Module type Interfaces.PRINT_OVERLOAD

module type PRINT_OVERLOAD = sig .. end
Register printers by name

type t 
val pp_with : string -> t CCFormat.printer
val add_printer : string -> t CCFormat.printer -> unit
val set_default_printer : string -> unit
Used by PRINT.pp...