1MoreLabels(3)                    OCaml library                   MoreLabels(3)
2
3
4

NAME

6       MoreLabels - Extra labeled libraries.
7

Module

9       Module   MoreLabels
10

Documentation

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 Objective Caml.  The contents of this module
23       are subject to change.
24
25
26
27
28
29
30       module Hashtbl : sig end
31
32
33
34
35       module Map : sig end
36
37
38
39
40       module Set : sig end
41
42
43
44
45
46
47
48OCamldoc                          2017-03-22                     MoreLabels(3)
Impressum