15 lines
495 B
Text
15 lines
495 B
Text
/-
|
|
Copyright (c) 2020 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
Authors: Leonardo de Moura, Sebastian Ullrich
|
|
-/
|
|
import Lean.Elab.Term
|
|
import Lean.Elab.Tactic.Basic
|
|
import Lean.Elab.Tactic.ElabTerm
|
|
import Lean.Elab.Tactic.Induction
|
|
import Lean.Elab.Tactic.Generalize
|
|
import Lean.Elab.Tactic.Injection
|
|
import Lean.Elab.Tactic.Match
|
|
import Lean.Elab.Tactic.Rewrite
|
|
import Lean.Elab.Tactic.Location
|
|
import Lean.Elab.Tactic.Simp
|