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
    Instances For
      def Lean.Elab.Tactic.elabShow.go (newType : Term) (firstGoal : MVarId) (goals prevRev : List MVarId) :
      Equations
        Instances For
          def Lean.Elab.Tactic.elabShow.tryGoal (newType : Term) (goal : MVarId) (goals prevRev : List MVarId) (err : ExprExprMetaM MessageData) :
          Equations
            Instances For