Skip to content

Instantly share code, notes, and snippets.

@DeepSpawn
Created March 13, 2016 21:02
Show Gist options
  • Save DeepSpawn/efe0789ed128fbfdc9ea to your computer and use it in GitHub Desktop.
Save DeepSpawn/efe0789ed128fbfdc9ea to your computer and use it in GitHub Desktop.
//wont compile
def append(ls: List[A]): List[A] = {
foldRight(ls)((a,b) => Cons(a, b))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment