Join Slack
Powered by
While `listOfEithers.fold(Right("test")) { acc, i ...
# arrow
s
simon.vergauwen
10/21/2018, 2:59 PM
While
listOfEithers.fold(Right("test")) { acc, i -> ... }
doesn’t because it will mismatch requiring
Right
in the lambda instead of
Either
Open in Slack
Previous
Next