1Obj.Closure(3) OCaml library Obj.Closure(3)
23
4
NAME
6Obj.Closure - no description
7
Module
9Module Obj.Closure
10
Documentation
12Module Closure
13: sig end
1415
16
17
18
19
20
21
type info = {
22arity : int ;
23start_env : int ;
24}
2526
27
28
29
30
val info : Obj.t -> info
3132
33
34
35
36
37
OCamldoc 2022-07-22 Obj.Closure(3)