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