package ocamlformat

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

Module Ocamlformat.AssocSource

Sourcetype t =
  1. | Left
  2. | Non
  3. | Right

Associativities of Ast terms

Sourceval of_prec : Prec.t -> t

of_prec prec is the associativity of Ast terms with precedence prec. (Associativity is uniform across precedence levels.)

OCaml

Innovation. Community. Security.