Skip to content

Commit

Permalink
chore: rename StarSemigroup.to_starModule (#8994)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-loreaux authored and awueth committed Dec 19, 2023
1 parent 88a85a5 commit 0966330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mathlib/Algebra/Star/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,9 @@ export StarModule (star_smul)
attribute [simp] star_smul

/-- A commutative star monoid is a star module over itself via `Monoid.toMulAction`. -/
instance StarSemigroup.to_starModule [CommMonoid R] [StarMul R] : StarModule R R :=
instance StarMul.toStarModule [CommMonoid R] [StarMul R] : StarModule R R :=
⟨star_mul'⟩
#align star_semigroup.to_star_module StarSemigroup.to_starModule
#align star_semigroup.to_star_module StarMul.toStarModule

namespace RingHomInvPair

Expand Down

0 comments on commit 0966330

Please sign in to comment.