Skip to content

Instantly share code, notes, and snippets.

@andrewharmellaw
Created December 3, 2015 11:00
Show Gist options
  • Save andrewharmellaw/1a6ae4ce32c27971ec85 to your computer and use it in GitHub Desktop.
Save andrewharmellaw/1a6ae4ce32c27971ec85 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