package caps

  1. Overview
  2. Docs

Module TCB.FormatSource

Sourcetype formatter = Format.formatter
Sourceval formatter_of_buffer : Buffer.t -> Format.formatter
Sourceval fprintf : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
Sourceval sprintf : ('a, unit, string) format -> 'a
Sourceval kfprintf : (Format.formatter -> 'a) -> Format.formatter -> ('b, Format.formatter, unit, 'a) format4 -> 'b
Sourceval kasprintf : (string -> 'a) -> ('b, Format.formatter, unit, 'a) format4 -> 'b
Sourceval ikfprintf : (Format.formatter -> 'a) -> Format.formatter -> ('b, Format.formatter, unit, 'a) format4 -> 'b
Sourceval pp_print_int : Format.formatter -> int -> unit
Sourceval pp_print_string : Format.formatter -> string -> unit
Sourceval pp_print_list : ?pp_sep:??? -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit
Sourceval pp_print_as : Format.formatter -> int -> string -> unit
Sourceval pp_print_flush : Format.formatter -> unit -> unit
Sourceval pp_set_margin : Format.formatter -> int -> unit
Sourceval pp_open_box : Format.formatter -> int -> unit
Sourceval pp_print_break : Format.formatter -> int -> int -> unit