Type.PolymorphicGeneric implementation of polymorphic type value.
module T : Polymorphic_inputtype 'a poly = 'a T.tType of the polymorphic type (for instance 'a list). It must be instantiated before used. See function instantiate below.
val is_instance_of : 'a t -> bool