sanctuary-js / sanctuary

:see_no_evil: Refuge from unsafe JavaScript
https://sanctuary.js.org
MIT License
3.03k stars 94 forks source link

pair: add S.pair #609

Closed davidchambers closed 5 years ago

davidchambers commented 5 years ago

This function is similar to the functions added in #592 and #593. The fact that fst, snd, and swap can be defined in terms of pair demonstrates the foundational nature of pair.

test/pair~.js is horribly named for compatibility with case-insensitive file systems. ;)

/cc @puffnfresh