Skip to content

Instantly share code, notes, and snippets.

@gdejohn
Last active August 29, 2015 14:26
Show Gist options
  • Save gdejohn/36fddc145bc4141c53c3 to your computer and use it in GitHub Desktop.
Save gdejohn/36fddc145bc4141c53c3 to your computer and use it in GitHub Desktop.
{Value+}(*Arguments) applyAll<out Value, in Arguments>(Value(*Arguments)+ functions)
given Arguments satisfies Anything[]
=> flatten(functions.spread(curry(apply<Value, Arguments>)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment