Module Obj.Closure

type info = Stdlib__Obj.Closure.info = {
  1. arity : int;
  2. start_env : int;
}
val info : t -> info