X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=6b1153721e9d03a8246bed8de0fd654c53eb3ea1;hp=cb67dcff78d8a90bd6ab31da6e8e1d6fcdf65e2a;hb=815520c4c0adc3759fa8dd267ad82f79ed4ab89f;hpb=1e60380b9471d6cd2735c5478ea061e8da4b9589 diff --git a/content.mdwn b/content.mdwn index cb67dcff..6b115372 100644 --- a/content.mdwn +++ b/content.mdwn @@ -37,6 +37,7 @@ week in which they were introduced. * [[Some other list encodings|topics/week3 lists#other-lists]] * Reduction Strategies and Normal Forms * [[Fixed point combinators|topics/week4_fixed_point_combinators]] + * [[More about fixed point combinators|topics/week4_more_about_fixed_point_combinators]] * [[Combinatory Logic|topics/week3 combinatory logic]] @@ -72,11 +73,11 @@ Introduces list comprehensions, discusses how to get the `tail` of lists in the * Reduction Strategies and Normal Forms (will try to post soon) * [[Unit and its usefulness|topics/week3 unit]] * [[Combinatory Logic|topics/week3 combinatory logic]] -* [[Homework for week 3|exercises/assignment3]] +* [[Homework for week 3|exercises/assignment3]] ([[Answers|exercises/assignment3_answers]]) Week 4: * [[Fixed point combinators|topics/week4_fixed_point_combinators]] -* More on fixed point combinators (in progress) +* [[More about fixed point combinators|topics/week4_more_about_fixed_point_combinators]] * Towards types (in progress) - +* [[Homework for week 4|exercises/assignment4]]