Maybe if we undup the declaration.
This commit is contained in:
parent
b3b9e3817b
commit
69a866d5db
@ -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 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user