Skip to content

Instantly share code, notes, and snippets.

@rsp
Created November 29, 2017 15:12
Show Gist options
  • Save rsp/f141a2a1c133f46def61e16663cfc97a to your computer and use it in GitHub Desktop.
Save rsp/f141a2a1c133f46def61e16663cfc97a to your computer and use it in GitHub Desktop.
The count() function from https://github.com/rsp/ifm-lw-r1-js
const count = f => f(x => x + 1)(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment