fp-ts-ramda
fp-ts-ramda copied to clipboard
Ramda functions reimplemented in fp-ts
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