<@U0B8UEMV1> but in that case the left type of eit...
# arrow-contributors
e
@pakoito but in that case the left type of either is important, no? If I have an
Either<Throwable, String>
and I apply a
map(String -> Int)
I expect to get back an
Either<Throwable, Int>