Skip to content

Instantly share code, notes, and snippets.

@mattneary
Created September 23, 2013 19:50
Show Gist options
  • Save mattneary/6675950 to your computer and use it in GitHub Desktop.
Save mattneary/6675950 to your computer and use it in GitHub Desktop.
Fix fix
// lemonad source...
L.fix1 = L.curry(L.curry)(1);
L.fix2 = L.curry(L.curry)(2);
L.fix3 = L.curry(L.curry)(3);
L.fix4 = L.curry(L.curry)(4);
// function we could provide:
L.fix = L.curry(L.curry);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment