Skip to content

[Merged by Bors] - feat: add Mathlib.Tactic.Common, and import#4056

Closed
kim-em wants to merge 7 commits intomasterfrom
tactic_common
Closed

[Merged by Bors] - feat: add Mathlib.Tactic.Common, and import#4056
kim-em wants to merge 7 commits intomasterfrom
tactic_common

Conversation

@kim-em
Copy link
Copy Markdown
Contributor

@kim-em kim-em commented May 17, 2023

This makes a mathlib4 version of mathlib3's tactic.basic, now called Mathlib.Tactic.Common, which imports all tactics which do not have significant theory requirements, and then is imported all across the base of the hierarchy.

This ensures that all common tactics are available nearly everywhere in the library, rather than having to be imported one-by-one as you need them.


Open in Gitpod

@kim-em kim-em added awaiting-review awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. labels May 17, 2023
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label May 18, 2023
@kmill
Copy link
Copy Markdown
Contributor

kmill commented May 19, 2023

Let's try it! I think making all the basic tactics available everywhere would be a real improvement.

bors r+

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels May 19, 2023
bors bot pushed a commit that referenced this pull request May 19, 2023
This makes a mathlib4 version of mathlib3's `tactic.basic`, now called `Mathlib.Tactic.Common`, which imports all tactics which do not have significant theory requirements, and then is imported all across the base of the hierarchy.

This ensures that all common tactics are available nearly everywhere in the library, rather than having to be imported one-by-one as you need them.




Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
@bors
Copy link
Copy Markdown

bors bot commented May 19, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat: add Mathlib.Tactic.Common, and import [Merged by Bors] - feat: add Mathlib.Tactic.Common, and import May 19, 2023
@bors bors bot closed this May 19, 2023
@bors bors bot deleted the tactic_common branch May 19, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants