Can IsCommutative be a regular method.
This commit is contained in:
parent
aaaf1a04a9
commit
b3b9e3817b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ InstallTrueMethod( IsExtraLoop, IsAssociative and IsLoop );
|
|||
##
|
||||
## Returns true if <Q> is commutative.
|
||||
|
||||
InstallOtherMethod( IsCommutative, "for quasigroup",
|
||||
InstallMethod( IsCommutative, "for quasigroup",
|
||||
[ IsQuasigroup ],
|
||||
function( Q )
|
||||
return LeftSection( Q ) = RightSection( Q );
|
||||
|
|
Loading…
Add table
Reference in a new issue