Module IStdlib.IFmt

Low-level combinators built on Fmt. Sophisticated pretty-printing functions should rather go in Pp.

val colon_sp : 'a Fmt.t

colon_sp is Fmt.any ":@ ". It prints a colon and a space break hint.

module Labelled : sig ... end

Adapters of Fmt functions using labelled interfaces