folktale / data.task

Migrating to https://github.com/origamitower/folktale
MIT License
425 stars 45 forks source link

Implement FantasyLand ChainRec #38

Open safareli opened 7 years ago

safareli commented 7 years ago

As of fantasyland/fantasy-land#152 implement ChainRec specification.

MonadRec instance for either in purescript might be usefull

Here is implementation with tests (it's not quite correct as it is not handling cleanup stuff of the data.task but without that it works well)

I would create PR when have time.