Module MoreLabels
module MoreLabels: sig .. end
Extra labeled libraries.
This meta-module provides labelized versions of the MoreLabels.Hashtbl, MoreLabels.Map and MoreLabels.Set modules.
This module is intended to be used through open MoreLabels which replaces MoreLabels.Hashtbl, MoreLabels.Map, and MoreLabels.Set with their labeled counterparts.
For example:
open MoreLabels
Hashtbl.iter ~f:(fun ~key ~data -> g key data) table
module Hashtbl: sig .. end
module Map: sig .. end
module Set: sig .. end
© 1995-2021 INRIA.
https://www.ocaml.org/releases/4.13/htmlman/libref/MoreLabels.html