Bos_setup.Fmtinclude module type of struct include Fmt endval flush : 'a tval nop : 'a tval any : (unit, Stdlib.Format.formatter, unit) Stdlib.format -> 'a tval cut : 'a tval sp : 'a tval sps : int -> 'a tval comma : 'a tval semi : 'a tval bool : bool tval int : int tval nativeint : nativeint tval int32 : int32 tval int64 : int64 tval uint : int tval unativeint : nativeint tval uint32 : int32 tval uint64 : int64 tval float : float tval float_dfrac : int -> float tval float_dsig : int -> float tval char : char tval string : string tval buffer : Stdlib.Buffer.t tval exn : exn tval exn_backtrace : (exn * Stdlib.Printexc.raw_backtrace) tval si_size : scale:int -> string -> int tval byte_size : int tval bi_byte_size : int tval uint64_ns_span : int64 tval words : string tval paragraphs : string tval text : string tval lines : string tval truncated : max:int -> string tval text_loc : ((int * int) * (int * int)) ttype style = [ | `Bg of [ `Black | `Blue | `Cyan | `Green | `Hi of color | `Magenta | `Red | `White | `Yellow ] |
| `Black |
| `Blue |
| `Bold |
| `Cyan |
| `Faint |
| `Fg of [ `Black | `Blue | `Cyan | `Green | `Hi of color | `Magenta | `Red | `White | `Yellow ] |
| `Green |
| `Italic |
| `Magenta |
| `None |
| `Red |
| `Reverse |
| `Underline |
| `White |
| `Yellow |
]val style_renderer : Stdlib.Format.formatter -> style_rendererval set_style_renderer : Stdlib.Format.formatter -> style_renderer -> unitval of_to_string : ('a -> string) -> 'a tval to_to_string : 'a t -> 'a -> stringval always : (unit, Stdlib.Format.formatter, unit) Stdlib.format -> 'a tval unit : (unit, Stdlib.Format.formatter, unit) Stdlib.format -> unit t