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=f2bcf77e41874d50e24d8f2d569978c0d9def8c6;hpb=1d9b61218f6b112c5eb2287993a1c58145638998 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)