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

[Merged by Bors] - fix(library/tactic/simp_lemmas): ==: compare id #238

Closed
wants to merge 1 commit into from

Conversation

gebner
Copy link
Member

@gebner gebner commented May 15, 2020

This is not perfect, but it's fast and solves the issue at hand.

Fixes #163.

This is not perfect, but it's fast and solves the issue at hand.
@gebner
Copy link
Member Author

gebner commented May 15, 2020

bors merge

bors bot pushed a commit that referenced this pull request May 15, 2020
This is not perfect, but it's fast and solves the issue at hand.

Fixes #163.
@bors
Copy link

bors bot commented May 15, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title fix(library/tactic/simp_lemmas): ==: compare id [Merged by Bors] - fix(library/tactic/simp_lemmas): ==: compare id May 15, 2020
@bors bors bot closed this May 15, 2020
@bors bors bot deleted the issue163 branch May 15, 2020 13:47
bors bot pushed a commit that referenced this pull request May 16, 2020
Features:
 - use persistent data structures, to improve performance
   of (module) docstrings (#241)
 - cache constructed `simp_lemma` objects (#234)
 - support `local attribute [-instance]` (#240)
 - show goal after `;` (#239)
 - `==`: compare id (#238)
 - mark deps of fixed as fixed (#237)

Changes:
 - Most of `library/init/algebra/*` has been deleted,
   as part of moving the algebraic hierarchy to mathlib (#229)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New simp lemmas can remove old ones from simp set
1 participant