module type PRINT3 =sig..end
type ('a, 'b, 'c) t 
val pp : 'a CCFormat.printer ->
       'b CCFormat.printer ->
       'c CCFormat.printer -> ('a, 'b, 'c) t CCFormat.printer
val to_string : 'a CCFormat.printer ->
       'b CCFormat.printer ->
       'c CCFormat.printer -> ('a, 'b, 'c) t -> string