Module Assemblage.Private.Fmt

module Fmt: sig .. end
Formatters.


Formatters


include Assemblage.Fmt

Conditional UTF-8 formatting control


val utf8_enabled : unit -> bool
utf8_enabled () is true if UTF-8 pretty-printing is enabled.
val set_utf8_enabled : bool -> unit
set_utf8_enabled b sets UTF-8 pretty-printing to b.

Styled formatting control


type style_tags = [ `Ansi | `None ] 
The type for style tags.
val style_tags : unit -> style_tags
style_tags () is the current tag style used by Assemblage.Fmt.pp_styled. Initial value is `None.
val set_style_tags : style_tags -> unit
set_style_tags s sets the current tag style used by Assemblage.Fmt.pp_styled.