Skip to content

Instantly share code, notes, and snippets.

@kouddy
Created March 22, 2015 03:19
Show Gist options
  • Save kouddy/1d17cb8f67f10b32b709 to your computer and use it in GitHub Desktop.
Save kouddy/1d17cb8f67f10b32b709 to your computer and use it in GitHub Desktop.
((lambda (m) (m x y) (lambda (p q) p)))
((lambda (p q) p) x y)
x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment