Module type Interfaces.PRINT2

module type PRINT2 = sig .. end

type ('a, 'b) t 
val pp : 'a CCFormat.printer ->
'b CCFormat.printer -> ('a, 'b) t CCFormat.printer
val to_string : 'a CCFormat.printer ->
'b CCFormat.printer -> ('a, 'b) t -> string