Lambda calculus Flashcards
1
Q
What is alpha conversion
A
Allows one to rename bound variables
2
Q
What is beta conversion
A
Allows one to apply a lambda abstraction to an argument
i.e. (\x + 2)9
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