Skip to content

Instantly share code, notes, and snippets.

@muxueqz
Last active August 29, 2015 14:04
Show Gist options
  • Save muxueqz/92a768b5a20c3922d53d to your computer and use it in GitHub Desktop.
Save muxueqz/92a768b5a20c3922d53d to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
def curry(x):
u = bigObj(x)
def f1(y);
def f(a, b):
pass
return f(u, 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment