Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Algebra/Group/Subgroup): split off
Defs
file (#18340)
This PR splits off the definition of `Subgroup` and the `Group` instance into a new `Defs` file. Doing so required also moving the `Semigroup` instance on `Subsemigroup` and `Monoid` on `Submonoid` to the respective `Defs` file. So we needed to add one extra import: `Algebra.Group.InjSurj`. The imports and contents of that file are light enough in my opinion to make it worth it. Co-authored-by: Anne Baanen <[email protected]>
- Loading branch information