ocaml-in-python.api
Ocaml_in_python_api.PolymorphicFunction
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