Notation #
Notation regex%
to build the regular expression at compile time.
Equations
- Regex.Notation.toNumLit n = Lean.Syntax.mkNumLit n.repr
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
Instances For
Equations
- Regex.Notation.regex_ = Lean.ParserDescr.node `Regex.Notation.regex_ 1022 (Lean.ParserDescr.const `str)
Instances For
Equations
- Regex.Notation.«termRegex%_» = Lean.ParserDescr.node `Regex.Notation.«termRegex%_» 1022 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol "regex%") (Lean.ParserDescr.cat `regex 0))