package easy-format

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

No spacing or newlines other than those in the input data or those produced by Custom printing.

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