Down_std.Fmt
Format module helpers.
pf
is Format.fprintf
val kpf :
(Stdlib.Format.formatter -> 'a) ->
Stdlib.Format.formatter ->
('b, Stdlib.Format.formatter, unit, 'a) Stdlib.format4 ->
'b
kpf
is Format.kfprintf
.
val any : (unit, Stdlib.Format.formatter, unit) Stdlib.format -> 'a t
amy fmt
formats any value with fmt
.
val sp : 'a t
sp
is Format.pp_print_space
.
val string : string t
string
is Format.pp_print_string
.
val text : string t
text
is Format.pp_print_text
.