Skip to content

Instantly share code, notes, and snippets.

@wkimeria
Created December 4, 2016 02:03
Show Gist options
  • Save wkimeria/8eb99ed5ed24ccabf26854a8d1eb11f2 to your computer and use it in GitHub Desktop.
Save wkimeria/8eb99ed5ed24ccabf26854a8d1eb11f2 to your computer and use it in GitHub Desktop.
def sizeViaFold[A](t: Tree[A]): Int =
fold(t)(a => 1)(1 + _ + _)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment