Equations
- Lean.Elab.Do.getPatternVarsEx pattern = do let a ← Lean.Elab.Term.getPatternVars pattern.raw <|> Lean.Elab.Term.Quotation.getPatternVars pattern.raw pure (Lean.TSyntaxArray.mk a)
Instances For
Equations
- Lean.Elab.Do.getLetIdDeclVars letIdDecl = Lean.Elab.Do.getLetIdVars✝ { raw := letIdDecl.raw[0] }
Instances For
Equations
- Lean.Elab.Do.getLetPatDeclVars letPatDecl = Lean.Elab.Do.getPatternVarsEx { raw := letPatDecl.raw[0] }