module type Polymorphic_input =sig..end
val name : 'a Type.t -> stringHow to build a name for each monomorphic instance of the type value from the underlying type.
val module_name : stringThe name of the built module.
val structural_descr : Structural_descr.t -> Structural_descr.tHow to build the structural descriptor for each monomorphic instance.
type 'a t
Static polymorphic type corresponding to its dynamic counterpart to register.
val reprs : 'a -> 'a t listHow to make the representant of each monomorphic instance of the polymorphic type value from an underlying representant.