From f2bcf77e41874d50e24d8f2d569978c0d9def8c6 Mon Sep 17 00:00:00 2001 From: jim Date: Sat, 14 Feb 2015 10:28:34 -0500 Subject: [PATCH 1/1] clarify instructions --- exercises/_assignment2_answers.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.11.0