Documentation

Lean.Elab.Tactic.SimpTrace

simp? tactic #

The simp? tactic is a simple wrapper around the simp with trace behavior.

def Lean.Elab.Tactic.filterSuggestionsFromSimpConfig (cfg : TSyntax `Lean.Parser.Tactic.optConfig) :
MetaM (TSyntax `Lean.Parser.Tactic.optConfig)

Filter out +suggestions from the config syntax

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Constructs the syntax for a simp call, for use with simp?.

    Equations
    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

          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.
            Instances For