Merge branch 'pryor'
authorJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 01:25:49 +0000 (21:25 -0400)
committerJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 01:25:49 +0000 (21:25 -0400)
week1.mdwn

index c1759a3..fb95b18 100644 (file)
@@ -58,7 +58,7 @@ It's often said that dynamic systems are distinguished because they are the ones
 
 true and true   = true
 
-And then we'd notice that <code>* and false</code> has a different intepretation than <code>false and *</code>. (The same phenomenon is already present with the material conditional in bivalent logics; but seeing that a non-symmetric semantics for `and` is available even for functional languages is instructive.)
+And then we'd notice that `* and false` has a different intepretation than <code>false and *</code>. (The same phenomenon is already present with the material conditional in bivalent logics; but seeing that a non-symmetric semantics for `and` is available even for functional languages is instructive.)
 
 Another way in which order can matter that's present even in functional languages is that the interpretation of some complex expressions can depend on the order in which sub-expressions are evaluated. Evaluated in one order, the computations might never terminate (and so semantically we interpret them as having "the bottom value"---we'll discuss this). Evaluated in another order, they might have a perfectly mundane value. Here's an example, though we'll reserve discussion of it until later: