initSyntaxMC() getAnswerSyntaxMC() 0 1 2 3 4

How many of the following expressions are syntactically correct λ expressions?

CorrectAnswer
  • Option0
  • Option1
  • Option2
  • Option3
  • Option4

Remember that parentheses are not optional.

Parentheses must surround every application expression, but nothing else.

You could try to build a parse tree for each expression.