Skip to content

Instantly share code, notes, and snippets.

@hexx
Created July 21, 2012 03:15
Show Gist options
  • Save hexx/3154432 to your computer and use it in GitHub Desktop.
Save hexx/3154432 to your computer and use it in GitHub Desktop.
rpscala83-7.scala
def foo[B](f[A]: 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