So if you do something like `listOfEithers.fold("t...
# arrow
s
So if you do something like
listOfEithers.fold("test".right()) { acc, i -> ... }
it type matches