Merge pull request #132 from pgs-pliulia/master

add monet.js to functional programming libraries
This commit is contained in:
hemanth.hm 2016-12-27 19:04:01 +05:30 committed by GitHub
commit 6e16c5a02d

View file

@ -782,6 +782,7 @@ getNestedPrice({item: {price: 9.99}}) // Some(9.99)
* [Ramda](https://github.com/ramda/ramda)
* [Folktale](http://folktalejs.org)
* [monet.js](https://cwmyers.github.io/monet.js/)
* [lodash](https://github.com/lodash/lodash)
* [Underscore.js](https://github.com/jashkenas/underscore)
* [Lazy.js](https://github.com/dtao/lazy.js)