LambdaCalcSyntax1.init() LambdaCalcSyntax1.expression LambdaCalcSyntax1.answer LambdaCalcSyntax1.hint4

True or False? The following expression is a syntactically correct λ expression.

expression

CorrectAnswer
  • True
  • False

Remember that parentheses are not optional.

Parentheses must surround every application expression, but nothing else.

If needed, try to build a parse tree for this expression.

hint4