Skip to content

Commit

Permalink
chore(tactic/simp_result): forgot to import in tactic.basic (#2462)
Browse files Browse the repository at this point in the history
When I write a new tactic, I tend not to import it into `tactic.basic` or `tactic.interactive` while testing it and PR'ing it, to save having to recompile the whole library every time I tweak the tactic.

But then, inevitably, I forget to add the import before the review process is finished.

This imports `simp_result`, from #2356, into `tactic.basic`.

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
  • Loading branch information
semorrison and semorrison committed Apr 20, 2020
1 parent a8edb5e commit c0afa80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tactic/basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import
tactic.rewrite
tactic.lint
tactic.simp_rw
tactic.simp_result
tactic.simpa
tactic.simps
tactic.split_ifs
Expand Down

0 comments on commit c0afa80

Please sign in to comment.