Skip to content

Instantly share code, notes, and snippets.

@hexx
Created July 21, 2012 03:06
Show Gist options
  • Save hexx/3154399 to your computer and use it in GitHub Desktop.
Save hexx/3154399 to your computer and use it in GitHub Desktop.
def foo[A, B](f: A => List[A], b: B, c: Int) = (f(b), f(c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment