package ocamlformat-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type args = {
  1. dock : Ocamlformat_stdlib.bool;
    (*

    Whether each argument's pro should be docked.

    *)
  2. arg_psp : Fmt.t;
    (*

    Break before every arguments.

    *)
  3. indent : Ocamlformat_stdlib.int;
  4. align : Ocamlformat_stdlib.bool;
    (*

    Whether to align argument types inside their parenthesis.

    *)
}
val break_constraint : Conf.t -> rhs:Extended_ast.module_type -> Fmt.t

The break after : in a Pmod_constraint.

OCaml

Innovation. Community. Security.