X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=exercises%2F_assignment2_answers.mdwn;h=3eaaa1566c4791f3116b7c2fcb5bb32e8b6d74a6;hp=dac7f123eae6a8f2ba6a1864a4fb562936972095;hb=9e15f69e42cadaeb38e649ca13a121a7576c0e4d;hpb=8d11f56b4dd370271a919f2cc037c399851d4bc8 diff --git a/exercises/_assignment2_answers.mdwn b/exercises/_assignment2_answers.mdwn index dac7f123..3eaaa156 100644 --- a/exercises/_assignment2_answers.mdwn +++ b/exercises/_assignment2_answers.mdwn @@ -1,7 +1,9 @@ Syntax ------ -Insert all the implicit `( )`s and λs into the following abbreviated expressions. +Insert all the implicit `( )`s and λs into the following abbreviated expressions. Don't just insert them *freely*; rather, provide the official expression, without any notational shortcuts, that is syntactically identical to the form presented. + +*In response to your feedback and questions, we refined the explanation of the conventions governing the use of the `.` shorthand. Thanks!* 1. `x x (x x x) x` (((x x) ((x x) x)) x)