Polymorphic.1-Pinclude Type.Polymorphic_inputval name : 'a Type.t -> stringHow to build a name for each monomorphic instance of the type value from the underlying type.
val structural_descr : Structural_descr.t -> Structural_descr.tHow to build the structural descriptor for each monomorphic instance.
val reprs : 'a -> 'a t listHow to make the representant of each monomorphic instance of the polymorphic type value from an underlying representant.
val mk_hash : ( 'a -> int ) -> 'a t -> intval mk_pretty :
( Stdlib.Format.formatter -> 'a -> unit ) ->
Stdlib.Format.formatter ->
'a t ->
unitval mk_mem_project :
( ( Project_skeleton.t -> bool ) -> 'a -> bool ) ->
( Project_skeleton.t -> bool ) ->
'a t ->
bool