Skip to content

Commit

Permalink
fix(tactic/default): import tactic.basic (#3284)
Browse files Browse the repository at this point in the history
Some basic tactics and commands (e.g. `#explode`) were not available even if `import tactic` was used. I added `import tactic.basic` to `tactic/default.lean` to remedy this.
  • Loading branch information
bryangingechen committed Jul 4, 2020
1 parent 2a43e26 commit c2886d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tactic/default.lean
Expand Up @@ -17,6 +17,7 @@ As (non-exhaustive) examples, these includes things like:
* data.equiv.encodable
* order.complete_lattice
-/
import tactic.basic -- ensure basic tactics are available
import tactic.abel
import tactic.ring_exp
import tactic.noncomm_ring
Expand Down

0 comments on commit c2886d3

Please sign in to comment.