Skip to content

Instantly share code, notes, and snippets.

@Hirrolot
Created December 25, 2022 13:56
Show Gist options
  • Save Hirrolot/1e415c53471370c836c2b22d56ec6e5b to your computer and use it in GitHub Desktop.
Save Hirrolot/1e415c53471370c836c2b22d56ec6e5b to your computer and use it in GitHub Desktop.
A two-line lambda calculus with metacircular (shallow) embedding
let lam f = f
let appl f x = f x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment