Skip to content

Instantly share code, notes, and snippets.

@tonymorris
Created November 13, 2012 04:04
Show Gist options
  • Save tonymorris/4063861 to your computer and use it in GitHub Desktop.
Save tonymorris/4063861 to your computer and use it in GitHub Desktop.
scala Function1
object Function1Stuff {
def flatMap[T, A, B]: Function1[T, A] => (A => Function1[T, B]) => Function1[T, B] =
sys.error("todo")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment