Module Obj.Closure

module Closure: sig .. end

type info = {
   arity : int;
   start_env : int;
}
let info: Obj.t => info;