package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Left
  2. | Non
  3. | Right

Associativities of Ast terms

val to_string : t -> Ocamlformat_stdlib.string
val equal : t -> t -> Ocamlformat_stdlib.bool
val of_prec : Prec.t -> t

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