We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/leanprover-community/mathlib3port/blob/67a51806c8dd940f81523244e4b9fb47ca980912/Mathbin/RingTheory/HahnSeries.lean#L379
instance : AddMonoidₓ (HahnSeries Γ R) where -- .. instance [AddCommMonoidₓ R] : AddCommMonoidₓ (HahnSeries Γ R) := { HahnSeries.addMonoid with add_comm := fun x y => by ext apply add_commₓ }
Lean 3 generated the name hahn_series.add_monoid for the instance, Lean 4 now uses instAddMonoidHahnSeries by default.
hahn_series.add_monoid
instAddMonoidHahnSeries
The text was updated successfully, but these errors were encountered:
def _root_...
_root_
No branches or pull requests
https://github.com/leanprover-community/mathlib3port/blob/67a51806c8dd940f81523244e4b9fb47ca980912/Mathbin/RingTheory/HahnSeries.lean#L379
Lean 3 generated the name
hahn_series.add_monoid
for the instance, Lean 4 now usesinstAddMonoidHahnSeries
by default.The text was updated successfully, but these errors were encountered: