def
Aesop.RuleTac.applyExpr'
(goal : Lean.MVarId)
(e : Lean.Expr)
(eStx : Lean.Term)
(patSubst? : Option Substitution)
(md : Lean.Meta.TransparencyMode)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.RuleTac.applyExpr
(goal : Lean.MVarId)
(e : Lean.Expr)
(eStx : Lean.Term)
(patSubsts? : Option (Std.HashSet Substitution))
(md : Lean.Meta.TransparencyMode)
:
Equations
- One or more equations did not get rendered due to their size.
- Aesop.RuleTac.applyExpr goal e eStx patSubsts? md = do let rapp ← Aesop.RuleTac.applyExpr' goal e eStx none md pure { applications := #[rapp] }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Aesop.RuleTac.apply (Aesop.RuleTerm.const decl) md = Aesop.RuleTac.applyConst decl md
- Aesop.RuleTac.apply (Aesop.RuleTerm.term tm) md = Aesop.RuleTac.applyTerm tm md
Instances For
Equations
- One or more equations did not get rendered due to their size.