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.
|
||||
|
||||
InstallMethod( IsCommutative, "for quasigroup",
|
||||
[ IsQuasigroup ],
|
||||
[ IsQuasigroup ], 20, # Need to beat GAP's library methods
|
||||
function( Q )
|
||||
return LeftSection( Q ) = RightSection( Q );
|
||||
end );
|
||||
|
Loading…
Reference in New Issue
Block a user