1Identifiable.Pair(3)             OCaml library            Identifiable.Pair(3)
2
3
4

NAME

6       Identifiable.Pair - no description
7

Module

9       Module   Identifiable.Pair
10

Documentation

12       Module Pair
13        : functor (A : Thing) (B : Thing) -> sig end
14
15
16
17
18       Parameters:
19
20       "A"
21
22       Identifiable.Thing
23
24
25
26       "B"
27
28       Identifiable.Thing
29
30
31
32
33
34
35
36       type t
37
38
39
40
41       include Hashtbl.HashedType
42
43
44
45       include Map.OrderedType
46
47
48
49
50       val output : out_channel -> t -> unit
51
52
53
54
55       val print : Format.formatter -> t -> unit
56
57
58
59
60
61
62OCamldoc                          2021-01-26              Identifiable.Pair(3)
Impressum