X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=week1.mdwn;h=3669c334d35bd0a45d4acceff8efe19005a52b1d;hp=ee105db92fec62edfcfbbcd0e58cd58ac4580b57;hb=4678f0a49215b751a65d490012ae241208d3ec40;hpb=1a4d71eb74cc6a0aca5895f362ec2245fbffe7bc 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: