1Obj.Extension_constructor(3) OCaml library Obj.Extension_constructor(3)
23
4
NAME
6Obj.Extension_constructor - no description
7
Module
9Module Obj.Extension_constructor
10
Documentation
12Module Extension_constructor
13: sig end
1415
16
17
18
19
20
21
type t = extension_constructor
2223
24
25
26
27
val of_val : 'a -> t
2829
30
31
32
val name : t -> string
3334
35
36
37
val id : t -> int
3839
40
41
42
43
44
OCamldoc 2023-07-20 Obj.Extension_constructor(3)