Revert "update untyped_eval to 1.6"
authorJim <jim.pryor@nyu.edu>
Tue, 24 Mar 2015 21:52:46 +0000 (17:52 -0400)
committerJim <jim.pryor@nyu.edu>
Tue, 24 Mar 2015 21:52:46 +0000 (17:52 -0400)
This reverts commit b1a9ae3f1c5cdf961f19e60fc352eb5dfea480b4.

code/untyped_evaluator.ml
code/untyped_evaluator_complete.ml
code/untyped_full-1.6.tgz [deleted file]
topics/week7_untyped_evaluator.mdwn

index 89776bb..a60b2a1 100644 (file)
@@ -1,5 +1,5 @@
 (*
 (*
-   This is a simplified version of the code at http://lambda.jimpryor.net/code/untyped_full-1.6.tgz
+   This is a simplified version of the code at http://lambda.jimpryor.net/code/untyped_full-1.5.tgz
    You can use this code as follows:
 
    1. First, use a text editor to fill in the (* COMPLETE THIS *) portions.
    You can use this code as follows:
 
    1. First, use a text editor to fill in the (* COMPLETE THIS *) portions.
index 138f51c..f61f700 100644 (file)
@@ -1,5 +1,5 @@
 (*
 (*
-   This is a simplified version of the code at http://lambda.jimpryor.net/code/untyped_full-1.6.tgz
+   This is a simplified version of the code at http://lambda.jimpryor.net/code/untyped_full-1.5.tgz
    You can use this code as follows:
 
    1. First, use a text editor to fill in the (* COMPLETE THIS *) portions.
    You can use this code as follows:
 
    1. First, use a text editor to fill in the (* COMPLETE THIS *) portions.
diff --git a/code/untyped_full-1.6.tgz b/code/untyped_full-1.6.tgz
deleted file mode 100644 (file)
index c1f3ba3..0000000
Binary files a/code/untyped_full-1.6.tgz and /dev/null differ
index 19c884c..f18bdc6 100644 (file)
@@ -310,7 +310,7 @@ In later weeks, we will see more examples of results that aren't terms, but can
 Getting, reading, and compiling the source code
 -----------------------------------------------
 
 Getting, reading, and compiling the source code
 -----------------------------------------------
 
-You can download the source code for the intepreter [[here|/code/untyped_full-1.6.tgz]]. That link will always give you the latest version. We will update it as we find any issues. Let us know about any difficulties you experience.
+You can download the source code for the intepreter [[here|/code/untyped_full-1.5.tgz]]. That link will always give you the latest version. We will update it as we find any issues. Let us know about any difficulties you experience.
 
 When you unpack the downloaded source code, you will get a folder with the following contents, sorted here by logical order rather than alphabetically.
 
 
 When you unpack the downloaded source code, you will get a folder with the following contents, sorted here by logical order rather than alphabetically.