Module Kxclib.FmtPervasives

type ppf = Stdlib.Format.formatter
val color_enabled : bool Stdlib.ref
val fprintf : Stdlib.Format.formatter -> ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'b
val printf : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'b
val sprintf : ('a, Stdlib.Format.formatter, unit, string) Stdlib.format4 -> 'b
val eprintf : ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'b
module Fmt : sig ... end
val condformat : bool -> (('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'b) -> ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'c
val pp_of_to_string : ('a -> string) -> Stdlib.Format.formatter -> 'b -> unit
val to_string_of_pp : (Stdlib.Format.formatter -> 'a -> unit) -> 'a -> string
val pps : ('a -> string) -> Stdlib.Format.formatter -> 'a -> unit
val spp : (Stdlib.Format.formatter -> 'a -> unit) -> 'a -> string
val pp_int : Stdlib.Format.formatter -> int -> unit
val pp_float : Stdlib.Format.formatter -> float -> unit
val pp_string : Stdlib.Format.formatter -> string -> unit
val pp_string_quoted : Stdlib.Format.formatter -> string -> unit
val pp_char : Stdlib.Format.formatter -> char -> unit
val pp_bool : Stdlib.Format.formatter -> bool -> unit
val pp_unit : Stdlib.Format.formatter -> unit -> unit
val pp_ref_address : Stdlib.Format.formatter -> 'x Stdlib.ref -> unit
val pp_int32 : Stdlib.Format.formatter -> int32 -> unit
val pp_int64 : Stdlib.Format.formatter -> int64 -> unit
val pp_integer_sep' : padding:(int * char) option -> Stdlib.Format.formatter -> int -> unit

print integer with thousand separator

val pp_integer_sep : Stdlib.Format.formatter -> int -> unit
val pp_multiline : Stdlib.Format.formatter -> string -> unit
val pp_exn : Stdlib.Format.formatter -> exn -> unit
val pp_full_exn' : Stdlib.Format.formatter -> (exn * Stdlib.Printexc.raw_backtrace) -> unit
val pp_full_exn : Stdlib.Format.formatter -> exn -> unit
val string_of_symbolic_output_items : Stdlib.Format.symbolic_output_item list -> string