Skip to content

Fix bugs in test lists.spl

Reinier Joosse requested to merge patch-1 into master

There were two bugs in lists.spl: the sum and product functions did not check whether their argument is the empty list before calculating the sum / product. This caused them to try to get the first element from the empty list (list.hd).

Merge request reports