Private.FmtFormatting.
val ansi_tty : bool refansi_tty determines whether ANSI formatting is performed or not.
type 'a t = Format.formatter -> 'a -> unitThe type for formatters of value of type 'a.
val pf : Format.formatter -> ('a, Format.formatter, unit) Pervasives.format -> 'apf is Format.fprintf.
val string : string tstring is Format.pp_print_string.
val tty_str : mode:string -> string ttty_str ~mode formats string with ANSI mode mode.
val faint : string tfaint formats a string with less contrast.