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

View File

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