From eed5a6fd5737e66a650e011355daf79d0a99ae1f Mon Sep 17 00:00:00 2001 From: jim Date: Sun, 8 Feb 2015 13:06:15 -0500 Subject: [PATCH] add explanatory note --- exercises/assignment2.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/assignment2.mdwn b/exercises/assignment2.mdwn index 098c5365..f8467f7a 100644 --- a/exercises/assignment2.mdwn +++ b/exercises/assignment2.mdwn @@ -34,6 +34,8 @@ Find "normal forms" for the following---that is, reduce them until no more reduc Booleans -------- +For these questions, and the ones on triples below, we're setting them up so as to encourage you to experiment with Racket and to formulate your answer in Scheme/Racket syntax. But you can answer in Lambda Calculus syntax if you prefer. + Recall our definitions of true and false. > **true** is defined to be `\t f. t` -- 2.11.0