Commit 2026-03-18 11:57 82b3f55a

View on Github →

feat(Algebra/MonoidAlgebra): explicit conversion functions to/from Finsupp (#36762) Introduce coeff : R[M] → M →₀ R and ofCoeff : (M →₀ R) → R[M] as a way to convert explicitly between MonoidAlgebra and Finsupp and thus avoid defeq abuse. These will be used more widely in future PRs.

Estimated changes