move hint
[lambda.git] / assignment_6_hint_1.mdwn
diff --git a/assignment_6_hint_1.mdwn b/assignment_6_hint_1.mdwn
deleted file mode 100644 (file)
index b9d95d2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-Use the following type declarations:
-
-    type count = int;;
-    type computation = count -> (int * count);;
-
-(You can make the computation type polymorphic if you want to.)
-
-If you're still stumped, read Wadler--