Skip to content

Is Option or Result type have apply function? #145

Open
@linitachi

Description

@linitachi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions