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
|
||||
Error( "LOOPS: <1> must be nonempty." );
|
||||
elif Length(list) = 1 then
|
||||
return list(1);
|
||||
return list[1];
|
||||
fi;
|
||||
group_list := [];
|
||||
quasigroup_list := list{[1]};
|
||||
|
Loading…
Reference in New Issue
Block a user