simp?
tactic #
The simp?
tactic is a simple wrapper around the simp with trace behavior.
Constructs the syntax for a simp call, for use with simp?
.
Equations
- Lean.Elab.Tactic.mkSimpCallStx stx usedSimps = do let a ← Lean.Elab.Tactic.mkSimpOnly stx.unsetTrailing usedSimps pure { raw := a }
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
Lean.Elab.Tactic.dsimpLocation'
(ctx : Meta.Simp.Context)
(simprocs : Meta.Simp.SimprocsArray)
(loc : Location)
:
Implementation of dsimp?
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Lean.Elab.Tactic.dsimpLocation'.go
(ctx : Meta.Simp.Context)
(simprocs : Meta.Simp.SimprocsArray)
(fvarIdsToSimp : Array FVarId)
(simplifyTarget : Bool)
:
Implementation of dsimp?
.
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.