Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Bos_setup.Fmtinclude module type of struct include Fmt endval stdout : Format.formatterval stderr : Format.formatterval pf : Format.formatter -> ('a, Format.formatter, unit) format -> 'aval pr : ('a, Format.formatter, unit) format -> 'aval epr : ('a, Format.formatter, unit) format -> 'aval strf : ('a, Format.formatter, unit, string) format4 -> 'aval kpf :
(Format.formatter -> 'a) ->
Format.formatter ->
('b, Format.formatter, unit, 'a) format4 ->
'bval kstrf : (string -> 'a) -> ('b, Format.formatter, unit, 'a) format4 -> 'bval strf_like :
Format.formatter ->
('a, Format.formatter, unit, string) format4 ->
'aval with_buffer : ?like:Format.formatter -> Buffer.t -> Format.formatterval failwith : ('a, Format.formatter, unit, 'b) format4 -> 'aval invalid_arg : ('a, Format.formatter, unit, 'b) format4 -> 'atype !'a t = Format.formatter -> 'a -> unitval nop : 'a tval cut : unit tval sp : unit tval comma : unit tval unit : (unit, Format.formatter, unit) format -> unit tval fmt : ('a, Format.formatter, unit) format -> Format.formatter -> 'aval always : (unit, Format.formatter, unit) format -> '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 exn : exn tval exn_backtrace : (exn * Printexc.raw_backtrace) tval words : string tval paragraphs : string tval text : string tval lines : string tval text_loc : ((int * int) * (int * int)) tval byte_size : int tval bi_byte_size : int tval utf_8 : Format.formatter -> boolval set_utf_8 : Format.formatter -> bool -> unitval styled_unit : style -> (unit, Format.formatter, unit) format -> unit tval style_renderer : Format.formatter -> style_rendererval set_style_renderer : Format.formatter -> style_renderer -> unitval of_to_string : ('a -> string) -> 'a tval to_to_string : 'a t -> 'a -> string