- fvarId : Lean.FVarId
- userName : Lake.Name
- id : Lean.Meta.Origin
- origType : Lean.Expr
- type : Lean.Expr
- proof : Lean.Expr
Instances For
Equations
- Lean.Meta.SimpAll.instInhabitedEntry = { default := { fvarId := default, userName := default, id := default, origType := default, type := default, proof := default } }
- modified : Bool
- mvarId : Lean.MVarId
- entries : Array Lean.Meta.SimpAll.Entry
- ctx : Lean.Meta.Simp.Context
- simprocs : Lean.Meta.Simp.SimprocsArray
- usedTheorems : Lean.Meta.Simp.UsedSimps
- diag : Lean.Meta.Simp.Diagnostics
Instances For
@[reducible, inline]
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Meta.simpAll
(mvarId : Lean.MVarId)
(ctx : Lean.Meta.Simp.Context)
(simprocs : optParam Lean.Meta.Simp.SimprocsArray #[])
(stats : optParam Lean.Meta.Simp.Stats
{
usedTheorems :=
{ map := { root := Lean.PersistentHashMap.Node.entries Lean.PersistentHashMap.mkEmptyEntriesArray }, size := 0 },
diag :=
{ usedThmCounter := { root := Lean.PersistentHashMap.Node.entries Lean.PersistentHashMap.mkEmptyEntriesArray },
triedThmCounter := { root := Lean.PersistentHashMap.Node.entries Lean.PersistentHashMap.mkEmptyEntriesArray },
congrThmCounter := { root := Lean.PersistentHashMap.Node.entries Lean.PersistentHashMap.mkEmptyEntriesArray },
thmsWithBadKeys :=
{ root := Lean.PersistentArrayNode.node (Array.mkEmpty Lean.PersistentArray.branching.toNat),
tail := Array.mkEmpty Lean.PersistentArray.branching.toNat, size := 0,
shift := Lean.PersistentArray.initShift, tailOff := 0 } } })
:
Equations
- One or more equations did not get rendered due to their size.