X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=content.mdwn;fp=content.mdwn;h=52945505795cdeb92abb34334f8c508f08ef38ae;hb=eccdc0a13b19857fb310918dc48f290a44d18e54;hp=ffe628800386c5bae981c901f098f0c45508141f;hpb=905589079ac294e380072b65523cc5b099e9e22c;p=lambda.git diff --git a/content.mdwn b/content.mdwn index ffe62880..52945505 100644 --- a/content.mdwn +++ b/content.mdwn @@ -44,7 +44,7 @@ This discussion considers conjunction in a language that recognized presuppositi Basics of functional programming: `let`, `case`, pattern matching, and recursion. Definitions of factorial. * [[Advanced notes on functional programming|topics/week1 kapulet advanced]] -* [[Homework for week 1|exercises/assignment1]] +* [[Homework for week 1|exercises/assignment1]] ([[Answers|exercises/assignment1_answers]]) Week 2: