Skip to content

Instantly share code, notes, and snippets.

@fdjones
Last active November 15, 2018 17:01
Show Gist options
  • Save fdjones/c918494cde8ed4221c1c79b23a379dc7 to your computer and use it in GitHub Desktop.
Save fdjones/c918494cde8ed4221c1c79b23a379dc7 to your computer and use it in GitHub Desktop.
const g = (() => {
const fn = f;
const p0 = 1;
return (a0, a1) => fn(a0, p0, a1);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment