Commit 2023-09-06 04:50 3d1bfa5b
View on Github →chore: ensure Ring/Defs doesn't depend on Group/Basic (#6956)
In the basic algebraic hierarchy, the Defs
files should ideally only depend on earlier Defs
files, importing as little theory as possible.
This PR makes some rearrangements so Ring.Defs
can depend on Group.Defs
rather than requiring Group.Basic
.