Skip to content

Feature Request: support dry-monad's applicative #apply method #13

@niksosf

Description

@niksosf

Hi there, Dry-monads now has the applicative method which allows for

https://github.com/dry-rb/dry-monads/blob/master/lib/dry/monads/right_biased.rb#L122

Some( -> x { x + 1 }).apply(Some(1)) # => Some(3)

Would you care to include it as it has been done for Kleisli's * method? Or do you accept PR? If PR, do you have any guidelines?

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