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 box_open : ?name:string -> string -> int -> Format_.formatter -> unit
Sourceval box_close : Format_.formatter -> unit
Sourceval break : Format_.formatter -> int -> int -> unit
Sourceval pp_keyword : Format_.formatter -> string -> unit
Sourceval _format_string : 'a 'b 'c 'd 'e 'f. Format_.formatter -> ('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmt -> Ocamlformat_stdlib.unit
Sourceval fmt : Format_.formatter -> ('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.format6 -> bool

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

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

Innovation. Community. Security.