Skip to content
Snippets Groups Projects
Commit 009580ec authored by dtc's avatar dtc
Browse files

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.
parent 71a67ec9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment