Skip to content

Instantly share code, notes, and snippets.

@andrewharmellaw
Created December 3, 2015 10:58
Show Gist options
  • Save andrewharmellaw/7e205f5daec443c7f362 to your computer and use it in GitHub Desktop.
Save andrewharmellaw/7e205f5daec443c7f362 to your computer and use it in GitHub Desktop.
foldLeft(2 :: 3 :: Nil, (0 + 1)) (_ + _)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment