markup
authorjim <jim@web>
Sun, 8 Feb 2015 21:34:25 +0000 (16:34 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Sun, 8 Feb 2015 21:34:25 +0000 (16:34 -0500)
topics/week2_lambda_intro.mdwn

index 0b89457..4b09175 100644 (file)
@@ -437,7 +437,7 @@ expressions to assign values to variables.  For instance,
     let x match 2
     in (x, x) 
 
-evaluates to the ordered pair (2, 2).  It may be helpful to think of
+evaluates to the ordered pair `(2, 2)`.  It may be helpful to think of
 a redex in the lambda calculus as a particular sort of `let`
 construction.