X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=ff03e69019edbef76ccb6aa2476228583622df20;hp=93b96479eee24fbd9eaf20994538e14413faa26f;hb=ddafcdc11f354d8ce4be628b006316c57083d1ec;hpb=3b93f63eab0df949a60a4c672e2082a56a835b09 diff --git a/content.mdwn b/content.mdwn index 93b96479..ff03e690 100644 --- a/content.mdwn +++ b/content.mdwn @@ -18,7 +18,7 @@ This discussion considers conjunction in a language that recognized presuppositi * [[Introduction to functional programming|topics/week1 kapulet intro]] Basics of functional programming: `let`, `case`, pattern matching, and recursion. Definitions of factorial. -* [[Advanced notes|topics/week1 kapulet advanced]] +* [[Advanced notes on functional programming|topics/week1 kapulet advanced]] * [[Homework for week 1|exercises/assignment1]] Week 2: