Ocamlformat_lib.Box_debug
val debug : bool Ocamlformat_stdlib.ref
val with_box :
(Format_.formatter -> unit) ->
Format_.formatter ->
Ocamlformat_stdlib.unit
val box_open : ?name:string -> string -> int -> Format_.formatter -> unit
val box_close : Format_.formatter -> unit
val break : Format_.formatter -> int -> int -> unit
val pp_keyword : Format_.formatter -> string -> unit
val _pp_format_lit :
Format_.formatter ->
CamlinternalFormatBasics.formatting_lit ->
unit
val _format_string :
Format_.formatter ->
('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmt ->
Ocamlformat_stdlib.unit
val fmt :
Format_.formatter ->
('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.format6 ->
bool
val cbreak :
Format_.formatter ->
fits:(string * int * string) ->
breaks:(string * int * string) ->
unit
val if_newline : Format_.formatter -> string -> unit
val break_unless_newline : Format_.formatter -> int -> int -> unit
val fits_or_breaks :
Format_.formatter ->
string ->
int ->
int ->
string ->
unit