https://kotlinlang.org logo
#arrow
Title
r

Rob Hurkes

08/08/2018, 6:47 PM
Hey all, this might be a dumb question, but I can't see the idiomatic way to map one
Either
to another: ie. a function takes
Either<Error, Type1>
as a parameter, and returns an
Either<Error, Type2>
where the error from the parameter is just "passed through".