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.runTacticMAsTermElabM goal x = (ReaderT.run x { elaborator := Lean.Name.anonymous, recover := true }).run' { goals := [goal] }
Instances For
Equations
- Aesop.runTacticMAsElabM x = do let __do_lift ← read liftM (Aesop.runTacticMAsTermElabM __do_lift.goal x)
Instances For
Equations
Instances For
Equations
Instances For
Equations
- Aesop.elabRuleTermForApplyLikeMetaM goal stx = (Aesop.elabRuleTermForApplyLikeCore goal stx).run'
Instances For
Equations
- Aesop.elabRuleTermForApplyLike stx = do let __do_lift ← read liftM (Aesop.elabRuleTermForApplyLikeCore __do_lift.goal stx)
Instances For
def
Aesop.elabSimpTheorems
(stx : Lean.Syntax)
(ctx : Lean.Meta.Simp.Context)
(simprocs : Lean.Meta.Simp.SimprocsArray)
(isSimpAll : Bool)
:
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
def
Aesop.elabRuleTermForSimpCore
(goal : Lean.MVarId)
(term : Lean.Term)
(ctx : Lean.Meta.Simp.Context)
(simprocs : Lean.Meta.Simp.SimprocsArray)
(isSimpAll : Bool)
:
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
def
Aesop.elabRuleTermForSimpMetaM
(goal : Lean.MVarId)
(term : Lean.Term)
(ctx : Lean.Meta.Simp.Context)
(simprocs : Lean.Meta.Simp.SimprocsArray)
(isSimpAll : Bool)
:
Equations
- Aesop.elabRuleTermForSimpMetaM goal term ctx simprocs isSimpAll = (Aesop.elabRuleTermForSimpCore goal term ctx simprocs isSimpAll).run'