-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify argument checking for some free objects
In particular, unify argument processing/error checking in: * `FreeSemigroup` * `FreeMonoid` * `FreeMagma` * `FreeMagmaWithOne` * `FreeGroup` These now use the newly-added function `FreeXArgumentProcessor`. Their documentation has also been updated, and tests added. Resolves #1385.
- Loading branch information
1 parent
b7e2c29
commit 24d01ee
Showing
14 changed files
with
1,254 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.