Increase priority of LOOPS IsCommutative.
This commit is contained in:
parent
69a866d5db
commit
03d80d9acb
@ -39,7 +39,7 @@ InstallTrueMethod( IsExtraLoop, IsAssociative and IsLoop );
|
|||||||
## Returns true if <Q> is commutative.
|
## Returns true if <Q> is commutative.
|
||||||
|
|
||||||
InstallMethod( IsCommutative, "for quasigroup",
|
InstallMethod( IsCommutative, "for quasigroup",
|
||||||
[ IsQuasigroup ],
|
[ IsQuasigroup ], 20, # Need to beat GAP's library methods
|
||||||
function( Q )
|
function( Q )
|
||||||
return LeftSection( Q ) = RightSection( Q );
|
return LeftSection( Q ) = RightSection( Q );
|
||||||
end );
|
end );
|
||||||
|
Loading…
Reference in New Issue
Block a user