1CamlinternalMod(3) OCaml library CamlinternalMod(3)
23
4
NAME
6CamlinternalMod - no description
7
Module
9Module CamlinternalMod
10
Documentation
12Module CamlinternalMod
13: sig end
1415
16
17
18
19
20
21
type shape =
22| Function
23| Lazy
24| Class
25| Module of shape array
2627
28
29
30
31
val init_mod : string * int * int -> shape -> Obj.t
3233
34
35
36
val update_mod : shape -> Obj.t -> Obj.t -> unit
3738
39
40
41
42
43
OCamldoc 2017-03-22 CamlinternalMod(3)