`fold` has two parameters, the starting value and ...
# getting-started
k
fold
has two parameters, the starting value and a function that itself takes another two parameters, the current accumulator and the next value.