You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In article <EnErs...@undergrad.math.uwaterloo.ca>, Caroline Kierstead <ctki...@undergrad.math.uwaterloo.ca> wrote: > >By unchanged, do you mean it would return the original lambda-calculus >expression (x fun y y y) z? So, how are you supposed to specify a beta-redex >then? Would it be ((fun y y y) z) or something completely different?
((fun y y y) z) is a beta redex, it reduces to (z z)