Open
Description
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
a = Some(5)
b = lambda x: Some(x)
a.apply(b)
thanks!
Metadata
Metadata
Assignees
Labels
No labels