X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=content.mdwn;h=52945505795cdeb92abb34334f8c508f08ef38ae;hp=ffe628800386c5bae981c901f098f0c45508141f;hb=e4e1e0f2f5156d78cd2d896d9f3c711babd7ac15;hpb=957c10dcb822689bffd79fecf63236470dd7049d 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: