-
Notifications
You must be signed in to change notification settings - Fork 355
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] - chore(RingTheory/Derivation/Basic): generalize Derivation.compAlgebraMap
to semirings
#8151
Conversation
…aMap` to semirings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
bors d+
✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with |
BTW, where is now "Note [custom simps projection]"? There is no hyperlink in the doc. |
Library notes are not yet implemented in doc-gen4 (or vscode) :( |
bors merge |
…aMap` to semirings (#8151) Also adds a `simps` configuration so we get nice lemmas names with `@[simps]` and shuffles the variable order to put all the types first
This PR was included in a batch that was canceled, it will be automatically retried |
…aMap` to semirings (#8151) Also adds a `simps` configuration so we get nice lemmas names with `@[simps]` and shuffles the variable order to put all the types first
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. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Derivation.compAlgebraMap
to semiringsDerivation.compAlgebraMap
to semirings
Also adds a
simps
configuration so we get nice lemmas names with@[simps]
and shuffles the variable order to put all the types first