Module Obj.Closure

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