Skip to content

Instantly share code, notes, and snippets.

@MeetMartin
Created April 20, 2019 06:58
Show Gist options
  • Select an option

  • Save MeetMartin/62725c804b21e2d50b02caafcc35d96b to your computer and use it in GitHub Desktop.

Select an option

Save MeetMartin/62725c804b21e2d50b02caafcc35d96b to your computer and use it in GitHub Desktop.
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