package bos
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Bos_setup.Fmt
include module type of struct include Fmt end
val stdout : Format.formatter
val stderr : Format.formatter
val pf : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
val pr : ('a, Format.formatter, unit) format -> 'a
val epr : ('a, Format.formatter, unit) format -> 'a
val strf : ('a, Format.formatter, unit, string) format4 -> 'a
val kpf :
(Format.formatter -> 'a) ->
Format.formatter ->
('b, Format.formatter, unit, 'a) format4 ->
'b
val kstrf : (string -> 'a) -> ('b, Format.formatter, unit, 'a) format4 -> 'b
val strf_like :
Format.formatter ->
('a, Format.formatter, unit, string) format4 ->
'a
val with_buffer : ?like:Format.formatter -> Buffer.t -> Format.formatter
val failwith : ('a, Format.formatter, unit, 'b) format4 -> 'a
val invalid_arg : ('a, Format.formatter, unit, 'b) format4 -> 'a
type !'a t = Format.formatter -> 'a -> unit
val nop : 'a t
val cut : unit t
val sp : unit t
val comma : unit t
val unit : (unit, Format.formatter, unit) format -> unit t
val fmt : ('a, Format.formatter, unit) format -> Format.formatter -> 'a
val always : (unit, Format.formatter, unit) format -> 'a t
val bool : bool t
val int : int t
val nativeint : nativeint t
val int32 : int32 t
val int64 : int64 t
val uint : int t
val unativeint : nativeint t
val uint32 : int32 t
val uint64 : int64 t
val float : float t
val float_dfrac : int -> float t
val float_dsig : int -> float t
val char : char t
val string : string t
val exn : exn t
val exn_backtrace : (exn * Printexc.raw_backtrace) t
val words : string t
val paragraphs : string t
val text : string t
val lines : string t
val text_loc : ((int * int) * (int * int)) t
val byte_size : int t
val bi_byte_size : int t
val utf_8 : Format.formatter -> bool
val set_utf_8 : Format.formatter -> bool -> unit
val styled_unit : style -> (unit, Format.formatter, unit) format -> unit t
val style_renderer : Format.formatter -> style_renderer
val set_style_renderer : Format.formatter -> style_renderer -> unit
val of_to_string : ('a -> string) -> 'a t
val to_to_string : 'a t -> 'a -> string