Commit 2024-08-22 13:52 24d5f11a
View on Github →chore (GCDMonoid.Nat): avoid bundled ordered algebra and move Init.Data.Int.Order
(#15152)
We swap out some bundled ordered algebra API calls for native Nat
and Int
ones. We also add one. This allows us to avoid needing bundled ordered algebra in this file and pushes its import further downstream. Since it touches Init.Data.Int.Order
, we rename it Data.Int.Order.Basic
.