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 = if antiquot[3][1].isMissing = true then none else some antiquot[3][1]