purescript/purescript-lists

Use faster reverse for more list functions

milesfrain opened this issue · 0 comments

The optimization used in #180 (comment) can be applied to more List functions.

thinking these should all be replaced with a common rev helper function in this file (along with some comments about why it's written longform).