`Fold` is done over the success values. For `Eithe...
# arrow
s
Fold
is done over the success values. For
Either
Right
, for
Option
Some
, for
Try
Success
, for
List
the values.