With `Fold` we want to transform (or fold/collapse...
# arrow
s
With
Fold
we want to transform (or fold/collapse) the success values into 1 new value. You also have to provide an empty case in case there aren’t sufficient success values to call your transform function with.