https://kotlinlang.org logo
#arrow
Title
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