Skip to content

Instantly share code, notes, and snippets.

@alexmoleiro
Created March 21, 2019 13:50
Show Gist options
  • Save alexmoleiro/eaca082523e81d3cff4e03886efc52b6 to your computer and use it in GitHub Desktop.
Save alexmoleiro/eaca082523e81d3cff4e03886efc52b6 to your computer and use it in GitHub Desktop.
f(g(h(x)))
compose(f,g,h)(x)
pipe(h,g,f)(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment