typo in last
This commit is contained in:
parent
2696cd6ff2
commit
8c5670ef3f
@ -37,7 +37,7 @@ end );
|
|||||||
|
|
||||||
InstallMethod( \<, "for two elements of a quasigroup",
|
InstallMethod( \<, "for two elements of a quasigroup",
|
||||||
IsIdenticalObj,
|
IsIdenticalObj,
|
||||||
[ IsQuasigroupElmRep, IsQuasigroupElmRrep ],
|
[ IsQuasigroupElmRep, IsQuasigroupElmRep ],
|
||||||
function( x, y )
|
function( x, y )
|
||||||
return FamilyObj( x ) = FamilyObj( y ) and x![ 1 ] < y![ 1 ];
|
return FamilyObj( x ) = FamilyObj( y ) and x![ 1 ] < y![ 1 ];
|
||||||
end );
|
end );
|
||||||
|
Loading…
Reference in New Issue
Block a user