Documentation

Lean.Util.Reprove

The reprove command #

This command reproves a list of declarations with a given tactic sequence. It is useful for testing tactics.

def Lean.Elab.Command.reproveDecl (declName : Name) (tacticSeq : TSyntax `Lean.Parser.Tactic.tacticSeq) :

Reproving a declaration with a given tactic sequence

Equations
    Instances For

      Reproves a list of declarations with a given tactic sequence.

      reprove theorem1 theorem2 theorem3 by simp
      
      Equations
        Instances For