the quasigroup elm rep should be a quasigroup element

This commit is contained in:
Glen Whitney 2017-10-30 11:32:44 -04:00
parent 8c5670ef3f
commit 4254b760c9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ DeclareSynonym( "IsQuasigroupElement",
IsMultiplicativeElement and
IsLeftQuotientElement and IsRightQuotientElement );
DeclareRepresentation( "IsQuasigroupElmRep",
IsPositionalObjectRep and IsMultiplicativeElement, [1] );
IsPositionalObjectRep and IsQuasigroupElement, [1] );
## element of a loop
DeclareSynonym( "IsLoopElement",