add Unreliable Guide OCaml Modules
[lambda.git] / week3.mdwn
diff --git a/week3.mdwn b/week3.mdwn
deleted file mode 100644 (file)
index 386a8b7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Even with a fold-based representation of numbers, and pred/equal/subtraction, some recursive functions are going to be out of our reach.
-
-Need a general method, where f(n) doesn't just depend on f(n-1) or (f(n-1),f(n-2),..). Fibonacci can be done without Y. 
-Ackermann function would need Y, but surely we can find some simpler demonstration?
-
-How to do with recursion with omega.
-
-fixed point combinators
-