Ocamlformat_lib.Box_debugSourceval fprintf_as_0 :
Ocamlformat_format.Format_.formatter ->
('a, Ocamlformat_format.Format_.formatter, unit, unit) format4 ->
'aval debugf :
Ocamlformat_format.Format_.formatter ->
('a, Ocamlformat_format.Format_.formatter, unit, unit) format4 ->
'aval with_box :
(Ocamlformat_format.Format_.formatter -> 'a) ->
Ocamlformat_format.Format_.formatter ->
Ocamlformat_stdlib.unitval box_open :
?name:string ->
?stack:string ->
string ->
int ->
Ocamlformat_format.Format_.formatter ->
unitval _pp_format_lit :
Ocamlformat_format.Format_.formatter ->
CamlinternalFormatBasics.formatting_lit ->
unitval _format_string :
'a 'b 'c 'd 'e 'f. Ocamlformat_format.Format_.formatter ->
('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmt ->
Ocamlformat_stdlib.unitval fmt :
Ocamlformat_format.Format_.formatter ->
('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.format6 ->
boolReturns a boolean to signal the caller not to render the format string again.
val cbreak :
Ocamlformat_format.Format_.formatter ->
stack:string ->
fits:(string * int * string) ->
breaks:(string * int * string) ->
unitval break_unless_newline :
Ocamlformat_format.Format_.formatter ->
stack:string ->
int ->
int ->
unitval fits_or_breaks :
Ocamlformat_format.Format_.formatter ->
stack:string ->
string ->
int ->
int ->
string ->
unit