-
Notifications
You must be signed in to change notification settings - Fork 32
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
Is Option or Result type have apply function? #145
Comments
You can use a method import expression as ex
a = ex.Some(5)
b = lambda x: ex.Some(x)
a.bind(b) |
Thanks for your reply! Thank you again for your reply! |
@linitachi I'm sorry |
@linitachi |
You can also use the member function called map2 |
Is your feature request related to a problem? Please describe.
I want to using applicative in expression, like this example
https://github.com/dbrattli/OSlash/wiki/Functors,-Applicatives,-And-Monads-In-Pictures#applicatives
Describe the solution you'd like
thanks!
The text was updated successfully, but these errors were encountered: