From: jim Date: Sat, 7 Feb 2015 17:41:21 +0000 (-0500) Subject: tweak link X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=f49e9034420e79b0dffc73c557f0c00ee6207eb2 tweak link --- 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: