purescript-lists
purescript-lists copied to clipboard
Use faster reverse for more list functions
The optimization used in https://github.com/purescript/purescript-lists/pull/180#issuecomment-748565788 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).