Commit 2024-07-17 12:28 d8041d9f
View on Github →chore (Algebra.Basic): split results on Algebra
's over Rat
to a separate file (#14567)
By putting dependencies on LinearOrderedField Rat
in Algebra.Basic
, we import too much unnecessary machinery and carry it downstream. This splits off the LinearOrderedField Rat
declaration into Algebra.Algebra.Rat
.