Commit 2024-03-28 11:53 bb349f30
View on Github →chore: Reduce scope of LinearOrderedCommGroupWithZero
(#11716)
Reconstitute the file Algebra.Order.Monoid.WithZero
from three files:
Algebra.Order.Monoid.WithZero.Defs
Algebra.Order.Monoid.WithZero.Basic
Algebra.Order.WithZero
Avoid importing it in many files. Most uses were just to getle_zero_iff
to work onNat
. Before After