tweak advanced
authorJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 05:55:39 +0000 (01:55 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 05:55:39 +0000 (01:55 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
index.mdwn
miscellaneous_lambda_challenges_and_advanced_topics.mdwn [moved from lambda_advanced.mdwn with 99% similarity]

index d75578c..6e90c43 100644 (file)
@@ -19,7 +19,8 @@ It can help you check whether your answer to some of the homework questions work
 
 There is now a [library](/lambda_library) of lambda-calculus arithmetical and list operations, some relatively advanced.
 
 
 There is now a [library](/lambda_library) of lambda-calculus arithmetical and list operations, some relatively advanced.
 
-There's also a page of [advanced challenges and techniques](/lambda_advanced) for the untyped lambda-calculus.
+There's also a page of [[miscellaneous lambda challenges and advanced topics]].
+
 
 
 <!--
 
 
 <!--
similarity index 99%
rename from lambda_advanced.mdwn
rename to miscellaneous_lambda_challenges_and_advanced_topics.mdwn
index 8af2feb..6d78f0b 100644 (file)
@@ -1,5 +1,3 @@
-#Miscellaneous challenges and advanced topics, for untyped lambda calculus#
-
 1.     How would you define an operation to reverse a list? (Don't peek at the
 [[lambda_library]]! Try to figure it out on your own.) Choose whichever
 implementation of list you like. Even then, there are various strategies you
 1.     How would you define an operation to reverse a list? (Don't peek at the
 [[lambda_library]]! Try to figure it out on your own.) Choose whichever
 implementation of list you like. Even then, there are various strategies you