Sherub Thakur
07/02/2018, 10:02 PMEither.applicative<Either<Int, Int>>().run { Right(1).map2(Right(2)) {(i, j) -> i + j } }
just works fine, need to see where I messed up the types. 😄 Anyway still interested if there is a simpler api to achieve this.