-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fantasy land support #13
Comments
Interesting, I've heard of fantasy-land before but not ramda. Maybe someone else can weigh in on if it's useful/possible to implement a small subset on the fantasy-land spec. If so, we could consider adding a fantasy-land wrapper API on top of the current monapt API. |
👍 , this would be useful. For example, if I wanted to use Ramda’s |
Other "Maybe/Option in JS" libraries that do provide fantasy-land compatibility; |
Dug into this a little more - here are the relevant specs I found: |
IIRC |
Also wanted to mention - 1.0 is nearly ready for release! The code has been drastically simplified with more modern tooling, take a look here: https://github.com/jiaweihli/monapt/tree/1.0 Adding |
This library looks nice (I like Scala, so that may be the reason 😀). I recommend to take a look at fantasy-land and consider implementing support for it (if it is possible, I really don't understand it that well). monapt cound be then used with fantasy-land-compatible libraries like quite popular ramda.
The text was updated successfully, but these errors were encountered: