Commit 2025-01-20 16:09 b823988b
View on Github →feat: use to_additive for Monoid.End (#19687)
- Rename
Monoid.coe_one
andMonoid.coe_mul
toMonoid.End.coe_one
andMonoid.End.coe_mul
, which is already the name forAddMonoid.End
. I made the deprecationsprotected
in order to not cause overloading issues. - Change some instance names to increase consistency in names (no deprecations added)