Skip to content

Instantly share code, notes, and snippets.

@DeepSpawn
Last active March 13, 2016 21:00
Show Gist options
  • Save DeepSpawn/c2f07bea32c2a1bb453d to your computer and use it in GitHub Desktop.
Save DeepSpawn/c2f07bea32c2a1bb453d to your computer and use it in GitHub Desktop.
trait List[+A] {
def foldRight[B](z: B)(f: (A, B) => B): B = { ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment