Commit 2024-07-24 08:31 0ccc5ae5
View on Github →chore (Algebra.Order.Group.Abs): split file into unbundled and bundled material (#15065)
Currently Algebra.Order.Group.Abs imports OrderedCommMonoid and other bundled algebra classes despite much of the file using unbundled ordered algebra typeclasses. We split into Algebra.Order.Group.Unbundled.Abs and Algebra.Order.Group.Abs to separate the bundled and unbundled parts of the file and minimize imports downstream.