Created
November 3, 2015 22:13
-
-
Save dtipson/223cee9cd6d08d1c3e22 to your computer and use it in GitHub Desktop.
Ramda Program
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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