1MoreLabels(3) OCaml library MoreLabels(3)
2
3
4
6 MoreLabels - Extra labeled libraries.
7
9 Module MoreLabels
10
12 Module MoreLabels
13 : sig end
14
15
16 Extra labeled libraries.
17
18 This meta-module provides labelized versions of the Hashtbl , Map and
19 Set modules.
20
21 This module is intended to be used through open MoreLabels which re‐
22 places Hashtbl , Map , and Set with their labeled counterparts.
23
24 For example:
25 open MoreLabels
26
27 Hashtbl.iter ~f:(fun ~key ~data -> g key data) table
28
29
30
31
32
33
34 module Hashtbl : sig end
35
36
37
38
39 module Map : sig end
40
41
42
43
44 module Set : sig end
45
46
47
48
49
50
51
52OCamldoc 2021-07-22 MoreLabels(3)