Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ExtRepOfObj for IsLetterAssocWordRep: return mutable list
... as this is how GAP behaved for years, and also many (most?) other `ExtRepOfObj` implementations also return a mutable list. So it seems plausible to mimic that. At the same time, keep the return value of `ERepLettWord` immutable, to avoid many needless copies of a list in code that does things like `Length(ERepLettWord(w))` or `ERepLettWord(w)[2*n-1]`.
- Loading branch information