-
- Downloads
Rework the sequence functions MAP, SOME, EVERY, NOTANY, and NOTEVERY.
Work through lists in parallel rather than applying elt at each iteration which scales far better as the list lengths increase. Further take care to allow circular lists, so long as one of the sequences is bounded. Based on a contribution from Colin Walters.
Loading
Please register or sign in to comment