monet / monet.js

monet.js - Monadic types library for JavaScript
https://monet.github.io/monet.js/
MIT License
1.59k stars 114 forks source link

Pair monad implementation #178

Open tonisostrat opened 6 years ago

tonisostrat commented 6 years ago

Obviously we can roll our own, extending from the generic Monad interface, but do you have any plans to implement Pair as part of this library?

ulfryk commented 5 years ago

@tonisostrat it's quite a good idea for next milestone (0.10.0) I believe. Maybe you can introduce PR with proposed implementation?