Skip to content

Instantly share code, notes, and snippets.

@laser
Created December 31, 2014 18:29
Show Gist options
  • Save laser/734c224c28dd6ecdaa1f to your computer and use it in GitHub Desktop.
Save laser/734c224c28dd6ecdaa1f to your computer and use it in GitHub Desktop.
g
[1, 2, 3, 4, 5].map(_.partial(sum, 10)); // [11, 12, 13, 14, 15]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment