1Identifiable.S.Set(3)            OCaml library           Identifiable.S.Set(3)
2
3
4

NAME

6       Identifiable.S.Set - no description
7

Module

9       Module   Identifiable.S.Set
10

Documentation

12       Module Set
13        : sig end
14
15
16
17
18
19
20
21       module T : Set.OrderedType
22
23
24
25
26       include Set.S
27
28
29
30
31       val output : out_channel -> t -> unit
32
33
34
35
36       val print : Format.formatter -> t -> unit
37
38
39
40
41       val to_string : t -> string
42
43
44
45
46       val of_list : elt list -> t
47
48
49
50
51       val map : (elt -> elt) -> t -> t
52
53
54
55
56
57
58OCamldoc                          2022-02-04             Identifiable.S.Set(3)
Impressum