Consider the following definition:
X = λm.λn.λf.λx.(((n m) f) x)
Suppose that we invoke this function X on the Church numerals for 2 and 3 as follows:
((X TWO) THREE)
What would be the result of evaluating this expression?