whoops
authorJim <jim.pryor@nyu.edu>
Fri, 20 Mar 2015 23:41:25 +0000 (19:41 -0400)
committerJim <jim.pryor@nyu.edu>
Fri, 20 Mar 2015 23:41:25 +0000 (19:41 -0400)
code/untyped_evaluator.ml
code/untyped_evaluator_complete.ml

index 7af3eb4..cf2a1b4 100644 (file)
@@ -248,7 +248,7 @@ module V2 = struct
     | Var var ->
         (match lookup var env with
         (* Free variables will never be pushed to the env, so we can be
     | Var var ->
         (match lookup var env with
         (* Free variables will never be pushed to the env, so we can be
-          sure this is a result. *) CHECK
+          sure this is a result. *)
         | Some res -> res
         | None -> failwith ("Unbound variable `" ^ var ^ "`"))
 
         | Some res -> res
         | None -> failwith ("Unbound variable `" ^ var ^ "`"))
 
index 9086205..8408c2b 100644 (file)
@@ -248,7 +248,7 @@ module V2 = struct
     | Var var ->
         (match lookup var env with
         (* Free variables will never be pushed to the env, so we can be
     | Var var ->
         (match lookup var env with
         (* Free variables will never be pushed to the env, so we can be
-          sure this is a result. *) CHECK
+          sure this is a result. *)
         | Some res -> res
         | None -> failwith ("Unbound variable `" ^ var ^ "`"))
 
         | Some res -> res
         | None -> failwith ("Unbound variable `" ^ var ^ "`"))