Equations
- One or more equations did not get rendered due to their size.
Instances For
Get all pattern vars (as Syntax.ident
s) in stx
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given an antiquotation like $e:term
(i.e. Syntax.antiquotKind?
returns some
),
returns the "term"
atom if present.
Equations
- Lean.Elab.Term.Quotation.getAntiquotKindSpec? antiquot = let name := antiquot[3][1]; if Lean.Syntax.isMissing name = true then none else some name