Documentation

Lean.Elab.Tactic.Show

Implementation of the show tactic #

The show p tactic finds the first goal that p unifies with and brings it to the front of the goal list. If there were a first_goal combinator, it would be like first_goal change p.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Lean.Elab.Tactic.elabShow.go (newType : Term) (firstGoal : MVarId) (goals prevRev : List MVarId) :
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      def Lean.Elab.Tactic.elabShow.tryGoal (newType : Term) (goal : MVarId) (goals prevRev : List MVarId) (err : ExprExprMetaM MessageData) :
      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
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For