Skip to content

Instantly share code, notes, and snippets.

@therealklanni
Last active December 2, 2015 21:23
Show Gist options
  • Save therealklanni/740b3ff35cbe4d9da0ec to your computer and use it in GitHub Desktop.
Save therealklanni/740b3ff35cbe4d9da0ec to your computer and use it in GitHub Desktop.
const Y = f => {
return (x => f(v => x(x)(v)))(x => f(v => x(x)(v)))
// --------------------------^
}
@therealklanni
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment