Skip to content

Instantly share code, notes, and snippets.

@aaronmu
Created July 16, 2017 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronmu/c92f8619945bfaa4892ef8d9a4d801f0 to your computer and use it in GitHub Desktop.
Save aaronmu/c92f8619945bfaa4892ef8d9a4d801f0 to your computer and use it in GitHub Desktop.
foldr + 0 [1..3]: (1 + (2 + (3 + 0)))
foldl + 0 [1..3]: (((0 + 1) + 2) + 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment