oops parens where there should have been brackets.
This commit is contained in:
parent
4254b760c9
commit
143e51b801
@ -793,7 +793,7 @@ function( list, dummy )
|
|||||||
if IsEmpty( list ) then
|
if IsEmpty( list ) then
|
||||||
Error( "LOOPS: <1> must be nonempty." );
|
Error( "LOOPS: <1> must be nonempty." );
|
||||||
elif Length(list) = 1 then
|
elif Length(list) = 1 then
|
||||||
return list(1);
|
return list[1];
|
||||||
fi;
|
fi;
|
||||||
group_list := [];
|
group_list := [];
|
||||||
quasigroup_list := list{[1]};
|
quasigroup_list := list{[1]};
|
||||||
|
Loading…
Reference in New Issue
Block a user