fp-ts-ramda icon indicating copy to clipboard operation
fp-ts-ramda copied to clipboard

Ramda functions reimplemented in fp-ts

Results 4 fp-ts-ramda issues
Sort by recently updated
recently updated
newest added

Hi! now that I'm back to typescript, I'm willing to learn `fp-ts` but I miss some functions from ramda too much 😭, how would `ifElse` be implemented? Thanks!

Here's a list of all the Ramda functions and their current status in this repo. For each function, I added some notes on how they could be mapped in fp-ts...

see https://github.com/gcanti/fp-ts/issues/1136

As per title, I noticed this drastically improve performances in the cases I tested