1StdLabels(3) OCaml library StdLabels(3)
2
3
4
6 StdLabels - Standard labeled libraries.
7
9 Module StdLabels
10
12 Module StdLabels
13 : sig end
14
15
16 Standard labeled libraries.
17
18 This meta-module provides labelized version of the Array , List and
19 String modules.
20
21 They only differ by their labels. Detailed interfaces can be found in
22 arrayLabels.mli , listLabels.mli and stringLabels.mli .
23
24
25
26
27
28
29 module Array : sig end
30
31
32
33
34 module List : sig end
35
36
37
38
39 module String : sig end
40
41
42
43
44
45
46
47OCamldoc 2010-01-29 StdLabels(3)