We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e367f6 commit c156fb2Copy full SHA for c156fb2
tst/testinstall/xfuncs.tst
@@ -2,7 +2,6 @@
2
gap> START_TEST("xfuncs.tst");
3
gap> testXfuncs := function(list, args...)
4
> local set, sum, prod;
5
-> list := CallFuncList(ListX, args);
6
> set := Set(list);
7
> if IsEmpty(list) then
8
> sum := fail; prod := fail;
0 commit comments