While `listOfEithers.fold(Right("test")) { acc, i ...
# arrow
s
While
listOfEithers.fold(Right("test")) { acc, i -> ... }
doesn’t because it will mismatch requiring
Right
in the lambda instead of
Either