Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: dicey-spec:random-from-array was flaky
Becaus the last member in $dicey-spec:array-of-sequences is an empty sequence which was sometimes selected this lead to the comparison `() = (1, 2, 3, 4,5,6)` This will obviously evaluate to false(). Now array:fold-left is used to check each sequence. Actually the sums of those sequences as `()=()` evaluates to false as well.
- Loading branch information