Commit 2024-07-03 02:04 e66c5a96
View on Github →chore (Data.Nat.Cast.Order): split into Basic and Ring (#14371)
We split Data.Nat.Cast.Order into Data.Nat.Cast.Order.Basic which only uses unbundled ordered algebra classes and Data.Nat.Cast.Order.Ring which uses bundled ordered algebra classes. This avoids importing bundled ordered algebra until later downstream.