module type Polymorphic3_input =sig
..end
Type.Polymorphic_input
: very same functions with two additional
arguments corresponding to the second and third type variables.val name : 'a Type.t -> 'b Type.t -> 'c Type.t -> string
val module_name : string
val structural_descr : Structural_descr.t ->
Structural_descr.t -> Structural_descr.t -> Structural_descr.t
type ('a, 'b, 'c)
t
val reprs : 'a -> 'b -> 'c -> ('a, 'b, 'c) t list