Module Obj.Closure

type info = {
arity : int;
start_env : int;
}
val info : t -> info