X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=6d838bcd6eeff02960e8a46c3550adb60033cb22;hp=93b96479eee24fbd9eaf20994538e14413faa26f;hb=3f14ad8bc8bc4e48423e1c2b30b32dd5bd929d2a;hpb=3b93f63eab0df949a60a4c672e2082a56a835b09 diff --git a/content.mdwn b/content.mdwn index 93b96479..6d838bcd 100644 --- a/content.mdwn +++ b/content.mdwn @@ -18,15 +18,15 @@ 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: * [[Introduction to the Lambda Calculus|topics/week2 lambda intro]] * [[Advanced notes on the Lambda Calculus|topics/week2 lambda advanced]] -* Encoding Booleans, Tuples, Lists, and Numbers (in progress) -* Homework for week 2 (in progress) +* [[Encoding Booleans, Tuples, Lists, and Numbers|topics/week2 encodings]]; +* [[Homework for week 2|exercises/assignment2]]