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 version of the Hashtbl , Map and
19 Set modules.
20
21 They only differ by their labels. They are provided to help porting
22 from previous versions of OCaml. The contents of this module are sub‐
23 ject to change.
24
25
26
27
28
29 module Hashtbl : sig end
30
31
32
33
34 module Map : sig end
35
36
37
38
39 module Set : sig end
40
41
42
43
44
45
46
47OCamldoc 2020-02-27 MoreLabels(3)