Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
make : TypeList.t -> generic_python_function;
table : generic_python_function TypeList.Hashtbl.t;
}
val table : t option ExtensibleArray.t
val get : int -> t
val push : (int -> t) -> int