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?