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

NAME

6       StdLabels - Standard labeled libraries.
7

Module

9       Module   StdLabels
10

Documentation

12       Module StdLabels
13        : sig end
14
15
16       Standard labeled libraries.
17
18       This meta-module provides labelized version of the Array , Bytes , List
19       and String modules.
20
21       They only differ by their labels. Detailed interfaces can be  found  in
22       arrayLabels.mli , bytesLabels.mli , listLabels.mli and stringLabels.mli
23       .
24
25
26
27
28
29       module Array : (module ArrayLabels)
30
31
32
33
34       module Bytes : (module BytesLabels)
35
36
37
38
39       module List : (module ListLabels)
40
41
42
43
44       module String : (module StringLabels)
45
46
47
48
49
50
51
52OCamldoc                          2020-09-01                      StdLabels(3)
Impressum