Skip to content

Instantly share code, notes, and snippets.

@Algomancer
Last active August 29, 2015 14:27
Show Gist options
  • Save Algomancer/9b9b0f72dafa000b7e6d to your computer and use it in GitHub Desktop.
Save Algomancer/9b9b0f72dafa000b7e6d to your computer and use it in GitHub Desktop.
def foldLeft[B](z: B)(g: (B, A) => B): B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment