Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tactic/basic,default): add missing tactics #1962

Merged
merged 1 commit into from
Feb 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/tactic/basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import
tactic.converter.interactive
tactic.core
tactic.ext
tactic.elide
tactic.explode
tactic.find
tactic.generalize_proofs
tactic.interactive
tactic.suggest
Expand All @@ -18,6 +21,7 @@ import
tactic.restate_axiom
tactic.rewrite
tactic.lint
tactic.simp_rw
tactic.simpa
tactic.simps
tactic.split_ifs
Expand Down
5 changes: 3 additions & 2 deletions src/tactic/default.lean
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ import
tactic.tfae
tactic.apply_fun
tactic.apply
tactic.suggest
tactic.simp_rw
tactic.pi_instances
tactic.fin_cases
tactic.reassoc_axiom -- most likely useful only for category_theory