Join Slack
Powered by
Hey all, this might be a dumb question, but I can'...
# arrow
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".
2
Views
Open in Slack
Previous
Next