- solved: Lean.Meta.Simp.UsedSimps → Aesop.SimpResult
- unchanged: Lean.MVarId → Aesop.SimpResult
- simplified: Lean.MVarId → Lean.Meta.Simp.UsedSimps → Aesop.SimpResult
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
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
def
Aesop.simpGoal
(mvarId : Lean.MVarId)
(ctx : Lean.Meta.Simp.Context)
(simprocs : Lean.Meta.Simp.SimprocsArray)
(discharge? : optParam (Option Lean.Meta.Simp.Discharge) none)
(simplifyTarget : optParam Bool true)
(fvarIdsToSimp : optParam (Array Lean.FVarId) #[])
(usedSimps : optParam Lean.Meta.Simp.UsedSimps ∅)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.simpGoalWithAllHypotheses
(mvarId : Lean.MVarId)
(ctx : Lean.Meta.Simp.Context)
(simprocs : Lean.Meta.Simp.SimprocsArray)
(discharge? : optParam (Option Lean.Meta.Simp.Discharge) none)
(simplifyTarget : optParam Bool true)
(usedSimps : optParam Lean.Meta.Simp.UsedSimps ∅)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Aesop.simpAll
(mvarId : Lean.MVarId)
(ctx : Lean.Meta.Simp.Context)
(simprocs : Lean.Meta.Simp.SimprocsArray)
(usedSimps : optParam Lean.Meta.Simp.UsedSimps ∅)
:
Equations
- One or more equations did not get rendered due to their size.