tweak intensionality.ml
authorJim <jim.pryor@nyu.edu>
Mon, 6 Apr 2015 13:59:04 +0000 (09:59 -0400)
committerJim <jim.pryor@nyu.edu>
Mon, 6 Apr 2015 13:59:04 +0000 (09:59 -0400)
code/intensionality-monad.ml

index dc13147..b5dc9f5 100644 (file)
@@ -1,4 +1,4 @@
-(* This is the intensionality monad discussed in the lecture notes for week 7. *)
+(* This is the intensionality monad discussed in the lecture notes for week 8. *)
 
 type s = int;; (* integers model possible worlds *)
 type e = char;; (* chars model individuals *)
 
 type s = int;; (* integers model possible worlds *)
 type e = char;; (* chars model individuals *)