ramda / ramda-fantasy

:ram::sparkles: Fantasy-Land compatible types for easy integration with Ramda.js
MIT License
1.5k stars 95 forks source link

State and Continue monad? #113

Open xgrommx opened 8 years ago

buzzdecafe commented 8 years ago

State merged; you wanna submit PR for Continue?

scott-christopher commented 8 years ago

I've got a JS implementation of ContT somewhere that I could try to dig up.

davidchase commented 8 years ago

can we bump the npm package to include State doesnt seem to be npm currently

buzzdecafe commented 8 years ago

@davidchase you're right, i'll try and get to that tonight.

btw, you may be inetersted in https://github.com/ramda/repl

davidchase commented 8 years ago

yah still looks like my ramtuary 😛 maybe a bit prettier now ive been keeping tabs

thought about adding docs with http://fusejs.io/ to mine to see how well i can search with signatures like (a -> b) -> [a] -> [b] for map.. When i played with the demo on the site it was pretty promising

just havent had the time to try it out yet 😞