X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=b6f23c0b58dba7b43274e6f55243e3bc99c0e300;hp=cb67dcff78d8a90bd6ab31da6e8e1d6fcdf65e2a;hb=d03fe382641cc8bc266184561d3c484deeb12ca1;hpb=1e60380b9471d6cd2735c5478ea061e8da4b9589 diff --git a/content.mdwn b/content.mdwn index cb67dcff..b6f23c0b 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]] @@ -77,6 +78,6 @@ Introduces list comprehensions, discusses how to get the `tail` of lists in the 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]]