This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: Lambda Calculus
We can transform the expression in the answer to that in the question using an α reduction
( λ y 1 . y 1 ) x ⟶ α ( λ x . x ) x
Informally, this means that since y 1 is a place holder, it can be replaced with anything. This is equivalent to the following in haskell