From: Jim Pryor Date: Thu, 16 Sep 2010 11:22:11 +0000 (-0400) Subject: week1: rosetta tweaks X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=4678f0a49215b751a65d490012ae241208d3ec40;ds=sidebyside week1: rosetta tweaks Signed-off-by: Jim Pryor --- diff --git a/week1.mdwn b/week1.mdwn index ee105db9..3669c334 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -397,7 +397,7 @@ The following site may be useful; it lets you run a Scheme interpreter inside yo (let ((two 2)) (+ three two))) -Most of the parentheses in this construction *aren't* playing the role of applying a function to some arguments---only the ones in `(+ three two)` are doing that. + Most of the parentheses in this construction *aren't* playing the role of applying a function to some arguments---only the ones in `(+ three two)` are doing that. In OCaml: