Maybe if we undup the declaration.

This commit is contained in:
Glen Whitney 2017-10-30 12:11:29 -04:00
parent b3b9e3817b
commit 69a866d5db
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
## -------------------------------------------------------------------------
DeclareProperty( "IsAssociative", IsLoop );
DeclareProperty( "IsCommutative", IsQuasigroup );
#DeclareProperty( "IsCommutative", IsQuasigroup ); # Already covered by GAP
DeclareProperty( "IsPowerAssociative", IsQuasigroup );
DeclareProperty( "IsDiassociative", IsQuasigroup );