module Closure: sig .. end
sig
end
type info = {
arity : int;
int
start_env : int;
}
val info : Obj.t -> info
Obj.t -> info