Module Easy_format.Compact


module Compact: sig .. end
No spacing or newlines other than those in the input data or those produced by Custom printing.

val to_buffer : Buffer.t -> Easy_format.t -> unit
val to_string : Easy_format.t -> string
val to_channel : Pervasives.out_channel -> Easy_format.t -> unit
val to_stdout : Easy_format.t -> unit
val to_stderr : Easy_format.t -> unit
val to_formatter : Format.formatter -> Easy_format.t -> unit