assignment7 tweaks
authorJim Pryor <profjim@jimpryor.net>
Thu, 18 Nov 2010 17:31:58 +0000 (12:31 -0500)
committerJim Pryor <profjim@jimpryor.net>
Thu, 18 Nov 2010 17:31:58 +0000 (12:31 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
hints/assignment_7_hint_1.mdwn
hints/assignment_7_hint_2.mdwn [new file with mode: 0644]
upcoming_topics.mdwn
week9.mdwn

index 9c22165..1c91401 100644 (file)
@@ -13,3 +13,5 @@
 
 *      What does their <code>&exists;x</code> correspond to in the framework we've been talking about?
 
 
 *      What does their <code>&exists;x</code> correspond to in the framework we've been talking about?
 
+*      [More hints](/hints/assignment_7_hint_2).
+
diff --git a/hints/assignment_7_hint_2.mdwn b/hints/assignment_7_hint_2.mdwn
new file mode 100644 (file)
index 0000000..8b13789
--- /dev/null
@@ -0,0 +1 @@
+
index 2faa4ed..b92a228 100644 (file)
@@ -1,14 +1,5 @@
 This is very sketchy at this point, but it should give a sense of our intended scope.
 
 This is very sketchy at this point, but it should give a sense of our intended scope.
 
-## Side-effects and mutation ##
-
-1.     What difference imperativity makes
-2.     Side-effects in a purely functional setting, via monads
-3.     [Phil/ling application]Semantics for DPL, using state monad
-       Groenendijk, Stokhof, and Veltman, "Coreference and modality"
-       in Shalom Lappin, ed. Handbook of Contemporary Semantic Theory (Blackwell, 1996)
-4.     Passing by reference
-5.     [Phil/ling application] Fine and Pryor on "coordinated contents" (see, e.g., [Hyper-Evaluativity](http://www.jimpryor.net/research/papers/Hyper-Evaluativity.txt))
 
 14.    Curry-Howard isomorphism between simply-typed lambda and intuitionistic propositional logic<p>
 15.    The types of continuations; continuations as first-class values
 
 14.    Curry-Howard isomorphism between simply-typed lambda and intuitionistic propositional logic<p>
 15.    The types of continuations; continuations as first-class values
index 2d08b80..17e4a87 100644 (file)
@@ -15,3 +15,12 @@ loops instead of recursion
 before, order never mattered except to avoid divergence. Also, we've give up "referential transparency".
 
 
 before, order never mattered except to avoid divergence. Also, we've give up "referential transparency".
 
 
+## Side-effects and mutation ##
+
+1.     What difference imperativity makes
+2.     Side-effects in a purely functional setting, via monads
+3.     [Phil/ling application]Semantics for DPL, using state monad
+       Groenendijk, Stokhof, and Veltman, "Coreference and modality"
+       in Shalom Lappin, ed. Handbook of Contemporary Semantic Theory (Blackwell, 1996)
+4.     Passing by reference
+5.     [Phil/ling application] Fine and Pryor on "coordinated contents" (see, e.g., [Hyper-Evaluativity](http://www.jimpryor.net/research/papers/Hyper-Evaluativity.txt))