Skip to content

Instantly share code, notes, and snippets.

@venomnert
Created June 30, 2017 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venomnert/53e770f508182bf984090eb18b5a8c08 to your computer and use it in GitHub Desktop.
Save venomnert/53e770f508182bf984090eb18b5a8c08 to your computer and use it in GitHub Desktop.
const pipe = (op1, op2) => (arg) => op2(op1(arg));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment