Last active
November 15, 2018 17:01
-
-
Save fdjones/c918494cde8ed4221c1c79b23a379dc7 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 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