From 29384a1e6c3a85c3e58b76eb7ce29aea2f9d7319 Mon Sep 17 00:00:00 2001 From: Robbie Gleichman Date: Mon, 22 Feb 2016 22:03:21 -0800 Subject: [PATCH] Comma --- app/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Main.hs b/app/Main.hs index e5333ba..154e1e3 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -260,7 +260,7 @@ main3 = do ] caseTests = [ - + --"y = case x of {0 -> 1; 2 -> 3}" ] patternTests = [ @@ -345,7 +345,7 @@ otherTests = [ testDecls = mconcat [ caseTests - lambdaTests + ,lambdaTests ,patternTests ,letTests ,otherTests