package ocamlformat

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

infix cmts prec exp returns the infix operator and the list of operands applied to this operator from expression exp. prec is the precedence of the infix operator.

infix_cons exp returns a list of expressions if exp is an expression corresponding to a list ((::) application).