Module Easy_format.Compact
No spacing or newlines other than those in the input data or those produced by Custom printing.
val to_buffer : Stdlib.Buffer.t -> t -> unitval to_string : t -> stringval to_channel : Stdlib.out_channel -> t -> unitval to_stdout : t -> unitval to_stderr : t -> unitval to_formatter : Stdlib.Format.formatter -> t -> unit