Skip to content

Instantly share code, notes, and snippets.

@gszeliga
Created February 17, 2015 22:49
Show Gist options
  • Save gszeliga/cf5de95a1ec0e2b32b6f to your computer and use it in GitHub Desktop.
Save gszeliga/cf5de95a1ec0e2b32b6f to your computer and use it in GitHub Desktop.
type Curryable[-A,-B, +C] = { def curried: A => Function[B,C] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment