Skip to content

Instantly share code, notes, and snippets.

@mandubian
Last active November 11, 2017 15:50
Show Gist options
  • Save mandubian/3a19946e6eefa1bafb0100e73189abc5 to your computer and use it in GitHub Desktop.
Save mandubian/3a19946e6eefa1bafb0100e73189abc5 to your computer and use it in GitHub Desktop.
def f: A => B = { (a:A) => e // e do something with a }
// written in 𝛌-calculus style
// 𝛌(a:A). e with (e:B)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment