-
Notifications
You must be signed in to change notification settings - Fork 381
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: separate dependent typeclass assumptions #14746
Conversation
PR summary 5161a43bf8Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit> |
Can you generate doc pages for both versions (or otherwise pretty-print all theorems in the file) and compare them? |
Thanks! bors delegate+ |
✌️ adomani can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Matthew Robert Ballard <[email protected]>
bors r+ |
Flagged by the linter at #14731. If you are reviewing, there is a challenge: sectioning off `IsDomain` from `IsDedekindDomain` means that a lemma that before this PR had both in scope and actually really used `IsDomain` has suddenly become "worse", since now it only has `IsDedekindDomain` in scope. I am thinking about how to automatically address this challenge, but for the moment, this is what there is! 😄
Pull request successfully merged into master. Build succeeded: |
Flagged by the linter at #14731.
If you are reviewing, there is a challenge: sectioning off
IsDomain
fromIsDedekindDomain
means that a lemma that before this PR had both in scope and actually really usedIsDomain
has suddenly become "worse", since now it only hasIsDedekindDomain
in scope.I am thinking about how to automatically address this challenge, but for the moment, this is what there is! 😄