package ocamlformat

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

Holds for prefix symbol expressions.

Holds for prefix or infix expressions.

is_monadic_binding id returns whether id is a monadic binding operator of the form let** or and** where ** can be 1 or more operator chars.

exposed_left exp holds if the left-most subexpression of exp is a prefix operators.