1CamlinternalMod(3)               OCaml library              CamlinternalMod(3)
2
3
4

NAME

6       CamlinternalMod - no description
7

Module

9       Module   CamlinternalMod
10

Documentation

12       Module CamlinternalMod
13        : sig end
14
15
16
17
18
19
20
21       type shape =
22        | Function
23        | Lazy
24        | Class
25        | Module of shape array
26
27
28
29
30
31       val init_mod : string * int * int -> shape -> Obj.t
32
33
34
35
36       val update_mod : shape -> Obj.t -> Obj.t -> unit
37
38
39
40
41
42
43OCamldoc                          2017-03-22                CamlinternalMod(3)
Impressum