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

NAME

6       Identifiable.Make - no description
7

Module

9       Module   Identifiable.Make
10

Documentation

12       Module Make
13        : functor (T : Thing) -> sig end
14
15
16
17
18       Parameters:
19
20       "T"
21
22       Identifiable.Thing
23
24
25
26
27
28
29
30       type t
31
32
33
34
35       module T : sig end
36
37
38
39
40       include Identifiable.Thing
41
42
43
44       module Set : sig end
45
46
47
48
49       module Map : sig end
50
51
52
53
54       module Tbl : sig end
55
56
57
58
59
60
61
62OCamldoc                          2022-07-22              Identifiable.Make(3)
Impressum