package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocamlformat_lib.Box_debugSource

Sourceval css : string
Sourceval enable_stacktraces : bool Ocamlformat_stdlib.ref
Sourceval get_stack : unit -> string
Sourceval pp_box_name : Ocamlformat_format.Format_.formatter -> string option -> unit
Sourceval pp_box_indent : Ocamlformat_format.Format_.formatter -> int -> unit
Sourceval stack_tooltip : Ocamlformat_format.Format_.formatter -> string option -> unit
Sourceval box_open : ?name:string -> ?stack:string -> string -> int -> Ocamlformat_format.Format_.formatter -> unit
Sourceval break : Ocamlformat_format.Format_.formatter -> int -> int -> stack:string -> unit
Sourceval space_break : ?stack:string -> Ocamlformat_format.Format_.formatter -> unit
Sourceval cut_break : ?stack:string -> Ocamlformat_format.Format_.formatter -> unit
Sourceval force_newline : ?stack:string -> Ocamlformat_format.Format_.formatter -> unit
Sourceval end_str : ?stack:string -> Ocamlformat_format.Format_.formatter -> unit
Sourceval pp_keyword : Ocamlformat_format.Format_.formatter -> string -> unit
Sourceval _format_string : 'a 'b 'c 'd 'e 'f. Ocamlformat_format.Format_.formatter -> ('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmt -> Ocamlformat_stdlib.unit

Returns a boolean to signal the caller not to render the format string again.

Sourceval cbreak : Ocamlformat_format.Format_.formatter -> stack:string -> fits:(string * int * string) -> breaks:(string * int * string) -> unit
Sourceval if_newline : Ocamlformat_format.Format_.formatter -> stack:string -> string -> unit
Sourceval break_unless_newline : Ocamlformat_format.Format_.formatter -> stack:string -> int -> int -> unit
Sourceval fits_or_breaks : Ocamlformat_format.Format_.formatter -> stack:string -> string -> int -> int -> string -> unit