ivanmorgillo
04/12/2019, 8:25 AMraulraja
04/12/2019, 10:43 AM(A) -> F<B>
And the F
in mixing two different monads would represent in one Either
and in the other Option
so as Paco mentioned you can use toEither
on Option to not loose info and let the binding happen over Either.