From adf92b81cde1c6136efab183a3dbae545a2e8bdc Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 1 Feb 2015 02:39:00 -0500 Subject: [PATCH] update week1 notes --- week1.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.11.0