Module Typegist

Extended Stdlib.Type and Stdlib.Fun modules. Open to use it.

Open the module to use it. This adds these modules

to the Stdlib.Type and Stdlib.Func modules. Before OCaml 5.1 this also defines the Type module.

The typegist library:

Open the module to use it, this only redefines the Type and Fun modules in your scope.

module Type : sig ... end

Type introspection.

module Fun : sig ... end

Function manipulation and generic functions.