University of Washington • CSE583 • D. Notkin
©
2000
72
Beta reduction rule
l
Application is defined using the beta-
reduction rule
–
This in essence replaces the formals with
the values of the applied arguments
l
(
l
x,y
·
if x > y then x else y) 5 6
if 5 > 6 then 5 else 6
6