mathlib
102311e6 - fix(algebra/module/basic,group_theory/group_action/defs): generalize nat and int smul_comm_class instances (#13174)

Commit
3 years ago
fix(algebra/module/basic,group_theory/group_action/defs): generalize nat and int smul_comm_class instances (#13174) The `add_group.int_smul_with_zero` instance appears to be new, everything else is moved and has `[semiring R] [add_comm_monoid M] [module R M]` relaxed to `[monoid R] [add_monoid M] [distrib_mul_action R M]`, with the variables renamed to match the destination file.
Author
Parents
Loading