- fvarId : Lean.FVarId
- userName : Lean.Name
- id : Lean.Name
- type : Lean.Expr
- proof : Lean.Expr
Equations
- Lean.Meta.SimpAll.instInhabitedEntry = { default := { fvarId := default, userName := default, id := default, type := default, proof := default } }
- modified : Bool
- mvarId : Lean.MVarId
- entries : Array Lean.Meta.SimpAll.Entry
- ctx : Lean.Meta.Simp.Context
@[inline]
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Meta.simpAll mvarId ctx = Lean.Meta.withMVarContext mvarId (StateRefT'.run' Lean.Meta.SimpAll.main { modified := false, mvarId := mvarId, entries := #[], ctx := ctx })