Module Private.Fmt
Formatting.
val ansi_tty : bool Stdlib.refansi_ttydetermines whether ANSI formatting is performed or not.
type 'a t= Stdlib.Format.formatter -> 'a -> unitThe type for formatters of value of type
'a.
val pf : Stdlib.Format.formatter -> ('a, Stdlib.Format.formatter, unit) Stdlib.Pervasives.format -> 'apfisFormat.fprintf.
val string : string tstringisFormat.pp_print_string.
val tty_str : mode:string -> string ttty_str ~modeformats string with ANSI modemode.
val faint : string tfaintformats a string with less contrast.