- solved: Lean.Meta.Simp.UsedSimps → Aesop.SimpResult
- unchanged: Lean.MVarId → Aesop.SimpResult
- simplified: Lean.MVarId → Lean.Meta.Simp.UsedSimps → Aesop.SimpResult
Instances For
Equations
- Aesop.SimpResult.newGoal? x = match x with | Aesop.SimpResult.solved usedTheorems => none | Aesop.SimpResult.unchanged g => some g | Aesop.SimpResult.simplified g usedTheorems => some g
Instances For
def
Aesop.mkSimpOnly
(stx : Lean.Syntax)
(usedSimps : Lean.Meta.Simp.UsedSimps)
(includeFVars : 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.mkNormSimpOnlySyntax
(inGoal : Lean.MVarId)
(normSimpUseHyps : Bool)
(configStx? : Option Lean.Term)
(usedTheorems : Lean.Meta.Simp.UsedSimps)
:
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.