Created
April 20, 2019 06:58
-
-
Save MeetMartin/62725c804b21e2d50b02caafcc35d96b to your computer and use it in GitHub Desktop.
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
| const composedPointFree = compose(plusA, plusB); | |
| console.log(composedPointFree('') === composed1('')); // true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment