d7593eba07da0e8750beced9bb27a6411d4892fa
[lambda.git] / hints / assignment_4_hint_3_hint_1.mdwn
1 What does it mean to define X1 and X1 directly?  Well, X1 needs to be a function that
2 takes a number as argument n and returns true if n is even and false if n is not even.
3 So X1 must have the behavior of the `even` function.  Fortunately, it's easy to write
4 such a function without using any fixed-point combinators...