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