-
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: Move MulAction
on Opposite
, Pi
, Prod
, Sum
, Sigma
, Units
#13161
Conversation
dd32733
to
6738c17
Compare
6738c17
to
580deaa
Compare
2daa24a
to
3536256
Compare
PR summary 32ffc0d2bb
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.Algebra.GroupPower.IterateHom | 314 | 310 | -4 (-1.27%) |
Mathlib.Algebra.Group.Aut | 350 | 347 | -3 (-0.86%) |
Mathlib.Algebra.Group.NatPowAssoc | 344 | 343 | -1 (-0.29%) |
Mathlib.Algebra.Group.PNatPowAssoc | 403 | 402 | -1 (-0.25%) |
Mathlib.Algebra.BigOperators.Pi | 508 | 507 | -1 (-0.20%) |
Mathlib.Algebra.BigOperators.Fin | 544 | 543 | -1 (-0.18%) |
Import changes for all files
Files | Import difference |
---|---|
Too many changes (2843)! |
Declarations diff
+ extend_smul
+ instance [Monoid M] [SMul M α] : SMul Mˣ α where smul m a := (m : M) • a
++-- smul_def
+-++-- smulCommClass
- Function.extend_smul
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>
3536256
to
42e87f8
Compare
bors merge |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
Build failed (retrying...): |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
Build failed (retrying...): |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
Build failed (retrying...): |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
Build failed (retrying...): |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
This PR was included in a batch that was canceled, it will be automatically retried |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
Build failed (retrying...): |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
Build failed (retrying...): |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
Build failed: |
42e87f8
to
64f9b88
Compare
bors merge |
…`Units` (#13161) ... and add `assert_not_exists MonoidWithZero` everywhere.
Pull request successfully merged into master. Build succeeded: |
MulAction
on Opposite
, Pi
, Prod
, Sum
, Sigma
, Units
MulAction
on Opposite
, Pi
, Prod
, Sum
, Sigma
, Units
... and add
assert_not_exists MonoidWithZero
everywhere.