Module type Interfaces.PRINT1

module type PRINT1 = sig .. end

type 'a t 
val pp : 'a CCFormat.printer -> 'a t CCFormat.printer
val to_string : 'a CCFormat.printer -> 'a t -> string