From: Jim Date: Sun, 1 Feb 2015 07:39:00 +0000 (-0500) Subject: update week1 notes X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=adf92b81cde1c6136efab183a3dbae545a2e8bdc update week1 notes --- diff --git a/week1.mdwn b/week1.mdwn index 1f500367..8a305e75 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -430,7 +430,7 @@ Here φ should evaluate to a boolean, and ψ and χ should evaluate to We said that that could be taken as shorthand for the following `case`-expression: `case` φ `of` -  `'true then` ψ +  `'true then` ψ`;`   `'false then` χ `end`