add Unreliable Guide OCaml Modules
[lambda.git] / assignment6.mdwn
diff --git a/assignment6.mdwn b/assignment6.mdwn
deleted file mode 100644 (file)
index d044c12..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-1.  Test all three monad laws for the intensionality monad.  To do
-this, download the code and load it into your Ocaml evaluator (`# #use
-"intensionality-monad.ml";;`).  For instance, what does evaluating
-`bind (unit 'c') (swap left) 2 == swap left 'c' 2;;` show?  Please
-explain briefly but clearly what you are doing in your discussion.