From 8c5670ef3f01361bc03fc649f628bd3b8a18703c Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 30 Oct 2017 11:24:56 -0400 Subject: [PATCH] typo in last --- gap/elements.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/elements.gi b/gap/elements.gi index 7059783..d0f19c0 100644 --- a/gap/elements.gi +++ b/gap/elements.gi @@ -37,7 +37,7 @@ end ); InstallMethod( \<, "for two elements of a quasigroup", IsIdenticalObj, - [ IsQuasigroupElmRep, IsQuasigroupElmRrep ], + [ IsQuasigroupElmRep, IsQuasigroupElmRep ], function( x, y ) return FamilyObj( x ) = FamilyObj( y ) and x![ 1 ] < y![ 1 ]; end );