Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IsReduced for KnuthBendixRewritingSystem
`IsReduced` did not work for KnuthBendixRewritingSystems, because it used `Rules` to obtain the rules of a rewriting system which are stored as `IsLetterAssocWordRep`, and then tried reducing words using a kernel function that assumes list access is possible for such words (which it is not). Use TzRules instead which converts rules to lists of integers.
- Loading branch information