You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ramda has a list of "logic" function that are not available in fp-ts
Desired Behavior
I would like to have the same kind of functions in the fp-ts ecosystem.
Suggested Solution
One solution could be to create such functions in a fp-ts-logic package.
I'm available to help on this but I first want to have your point of view: is there something already provided by fp-ts that could help me but that I missed ?
Who does this impact? Who is this for?
All users
Describe alternatives you've considered
One alternative could be to keep using ramda for that, but ramda typings are sometimes not that great and that means one more lib in my app.
Your environment
Software
Version(s)
fp-ts
2
TypeScript
3.7
The text was updated successfully, but these errors were encountered:
🚀 Feature request
Current Behavior
Ramda has a list of "logic" function that are not available in fp-ts
Desired Behavior
I would like to have the same kind of functions in the
fp-ts
ecosystem.Suggested Solution
One solution could be to create such functions in a
fp-ts-logic
package.I'm available to help on this but I first want to have your point of view: is there something already provided by
fp-ts
that could help me but that I missed ?Who does this impact? Who is this for?
All users
Describe alternatives you've considered
One alternative could be to keep using ramda for that, but ramda typings are sometimes not that great and that means one more lib in my app.
Your environment
The text was updated successfully, but these errors were encountered: