zipper-lists-contin s/x/a/
[lambda.git] / assignment7.mdwn
index 5db178b..d6cb681 100644 (file)
@@ -19,7 +19,7 @@
 
        *       You don't need to re-express the epistemic modality part of their semantics, just their treatment of extensional predicate logic. Though extra credit if you want to do the whole thing.
 
-       *       You'll want to use the implementation of "implicitly represented" mutable variables that we discussed at the end of this week's meeting, or the "state monad" Chris presented, which is a simple version of the former.
+       *       You'll want to use "implicitly represented" mutable variables, or a State monad.
 
        *       Here are some [hints](/hints/assignment_7_hint_1).