Skip to content

Instantly share code, notes, and snippets.

@levinotik
Created August 21, 2013 14:27
Show Gist options
  • Select an option

  • Save levinotik/6295169 to your computer and use it in GitHub Desktop.

Select an option

Save levinotik/6295169 to your computer and use it in GitHub Desktop.
def foldLeft[A,B](l: List[A], z: B)(f: (B, A) => B): B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment