package ocamlformat

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

Predicates for determining if an AST starts/ends with a </> symbol (respectively) when printed.

These are used to avoid emitting the sequences \{<, [<, >\} and >], which are reserved keywords.

module Left : sig ... end

Predicates for < on the LHS of printed AST nodes.

module Right : sig ... end

Predicates for > on the RHS of printed AST nodes.