Skip to content

Instantly share code, notes, and snippets.

@dtipson
Created November 3, 2015 22:13
Show Gist options
  • Select an option

  • Save dtipson/223cee9cd6d08d1c3e22 to your computer and use it in GitHub Desktop.

Select an option

Save dtipson/223cee9cd6d08d1c3e22 to your computer and use it in GitHub Desktop.
Ramda Program
//Some extra sugar on top
let program = R.compose( R.flip(pipePromise), R.unapply(R.flatten) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment