Documentation

Mathlib.Tactic.WithoutCDot

The without_cdot() elaborator #

def Lean.Elab.Term.withoutCDot :
Parser.Parser

A set of parentheses, supporting type ascriptions, which does not process ·.

Primarily, this is useful when quoting user-provided syntax inside parentheses, as it prevents ·s from the caller being interpreted in the context of ()s from the macro.

Instances For

    Implementation detail of withoutCDot

    Instances For

      A set of parentheses, supporting type ascriptions, which does not process ·.

      Primarily, this is useful when quoting user-provided syntax inside parentheses, as it prevents ·s from the caller being interpreted in the context of ()s from the macro.

      Instances For