simp? tactic #
The simp? tactic is a simple wrapper around the simp with trace behavior.
def
Lean.Elab.Tactic.filterSuggestionsAndLocalsFromSimpConfig
(cfg : TSyntax `Lean.Parser.Tactic.optConfig)
:
Filter out +suggestions and +locals from the config syntax
Equations
Instances For
Constructs the syntax for a simp call, for use with simp?.
Equations
Instances For
def
Lean.Elab.Tactic.dsimpLocation'
(ctx : Meta.Simp.Context)
(simprocs : Meta.Simp.SimprocsArray)
(loc : Location)
:
Implementation of dsimp?.