Computer Languages and Representations > Lambda calculus > Flashcards
What is alpha conversion
Allows one to rename bound variables
What is beta conversion
Allows one to apply a lambda abstraction to an argument
i.e. (\x + 2)9