table of contents
Obj.Closure(3) | OCaml library | Obj.Closure(3) |
NAME¶
Obj.Closure - no description
Module¶
Module Obj.Closure
Documentation¶
Module Closure
: sig end
type info = {
arity : int ;
start_env : int ;
}
val info : Obj.t -> info
2025-03-03 | OCamldoc |