-
Notifications
You must be signed in to change notification settings - Fork 160
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
48c4b04
commit 497bc4f
Showing
14 changed files
with
1,212 additions
and
596 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.