ramda-fantasy icon indicating copy to clipboard operation
ramda-fantasy copied to clipboard

:ram::sparkles: Fantasy-Land compatible types for easy integration with Ramda.js

Results 21 ramda-fantasy issues
Sort by recently updated
recently updated
newest added

Are there any plans to add a Validation type, like in Folktale? docs.folktalejs.org/en/latest/api/data/validation/Validation.html

Hi! Please explain why things have been done this way: in one hand we have `Future` with method `fork` for instance, in other we have `Either` with static method `either`?...

Hello all. Just want to say I'm a huge fan of the library, in the process of converting my co-workers to this style. To the focus of this issue, has...

Hi, I have been studying functional JS from [mostly-adequate-guide](https://drboolean.gitbooks.io/mostly-adequate-guide/) while always looking here and at [fantasy-land](https://github.com/fantasyland/fantasy-land) to understand the implementation. After some confusion looking at Apply's signature, I discovered that...

Related to #105 Once sanctuary-js/sanctuary-either#1 and sanctuary-js/sanctuary-maybe#1 are resolved (within the next two months I hope) I think we should do the following: - remove the Either type from RF...

`Reader/T`, `State/T` implement Chain so it's possible to also implement ChainRec.

Just discovered this https://github.com/gcanti/flow-static-land. I have no affiliation. Just would be (maybe?) awesome to add static types?

or just merge with sanctuary? stop duplicating effort?