foldilocks
foldilocks copied to clipboard
Tutorial using ghci to make folds easier. Come for the tutorial, stay for the fold puns.
Results
1
foldilocks issues
Sort by
recently updated
recently updated
newest added
I wonder if the `sumFold` example would be clearer if it were written using `foldr` instead of with `foldl`. In particular, because `sumManual` is written with the same kind of...