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 : Stdlib.Buffer.t -> Easy_format.t -> unit
val to_string : Easy_format.t -> string
val to_channel : Stdlib.out_channel -> Easy_format.t -> unit
val to_stdout : Easy_format.t -> unit
val to_stderr : Easy_format.t -> unit
val to_formatter : Stdlib.Format.formatter -> Easy_format.t -> unit