add Unreliable Guide OCaml Modules
[lambda.git] / assignment10.mdwn
diff --git a/assignment10.mdwn b/assignment10.mdwn
deleted file mode 100644 (file)
index c6cc2d5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-This problem is taken from _The Craft of Functional Programming_ by Simon Thompson, Addison-Wesley 1999 <http://www.cs.kent.ac.uk/people/staff/sjt/>:
-
->      Given an arbitrary tree, transform it to a
->      tree of integers in which the original elements are replaced by
->      natural numbers, starting from 0.  The same element has to be
->      replaced by the same number at every occurrence, and when we meet
->      an as-yet-unvisited element we have to find a "new" number to match
->      it with.
-
-
-Here is [a hint](/hints/assignment_10_hint).
-