-
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 (Algebra.PUnitInstances): split file into Algebra
, Order
, and Module
instance files
#14461
Conversation
PR summary e200a23ca2
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.Algebra.Category.MonCat.Basic | 466 | 426 | -40 (-8.58%) |
Mathlib.CategoryTheory.Monoidal.Mon_ | 495 | 460 | -35 (-7.07%) |
Mathlib.Algebra.Category.Grp.Basic | 468 | 442 | -26 (-5.56%) |
Mathlib.GroupTheory.Coprod.Basic | 557 | 542 | -15 (-2.69%) |
Mathlib.Algebra.Ring.BooleanRing | 509 | 499 | -10 (-1.96%) |
Import changes for all files
Files | Import difference |
---|---|
Too many changes (2023)! |
Declarations diff
No declarations were harmed in the making of this PR! 🐙
You can run this locally as follows
## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit>
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.
Thank you for doing this! Looks good, with two trivial comments.
maintainer merge
🚀 Pull request has been placed on the maintainer queue by grunweg. |
1 similar comment
🚀 Pull request has been placed on the maintainer queue by grunweg. |
bors d+ |
✌️ mattrobball can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: grunweg <[email protected]>
Co-authored-by: grunweg <[email protected]>
bors merge |
…nd `Module` instance files (#14461) When we need algebra structures on `PUnit`, we should be more surgical about what we are importing. Co-authored-by: Matthew Robert Ballard <[email protected]>
Pull request successfully merged into master. Build succeeded: |
Algebra
, Order
, and Module
instance files Algebra
, Order
, and Module
instance files
When we need algebra structures on
PUnit
, we should be more surgical about what we are importing.