Provided by: ocaml-man_4.13.1-3ubuntu1_all bug

NAME

       Obj.Closure - no description

Module

       Module   Obj.Closure

Documentation

       Module Closure
        : sig end

       type info = {
        arity : int ;
        start_env : int ;
        }

       val info : Obj.t -> info