Skip to content

Instantly share code, notes, and snippets.

@wende
Created April 19, 2015 21:56
Show Gist options
  • Save wende/0e41f542e21d22739399 to your computer and use it in GitHub Desktop.
Save wende/0e41f542e21d22739399 to your computer and use it in GitHub Desktop.
y = fn f ->
fn x ->
f.(fn y -> (x.(x)).(y) end)
end.(fn x ->
f.(fn y -> (x.(x)).(y) end)
end)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment