From: jim Date: Sat, 14 Feb 2015 15:28:34 +0000 (-0500) Subject: clarify instructions X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=f2bcf77e41874d50e24d8f2d569978c0d9def8c6;hp=1d9b61218f6b112c5eb2287993a1c58145638998 clarify instructions --- 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)