This commit is contained in:
Robbie Gleichman 2016-02-22 22:03:21 -08:00
parent 7fee403b80
commit 29384a1e6c

View File

@ -260,7 +260,7 @@ main3 = do
] ]
caseTests = [ caseTests = [
--"y = case x of {0 -> 1; 2 -> 3}"
] ]
patternTests = [ patternTests = [
@ -345,7 +345,7 @@ otherTests = [
testDecls = mconcat [ testDecls = mconcat [
caseTests caseTests
lambdaTests ,lambdaTests
,patternTests ,patternTests
,letTests ,letTests
,otherTests ,otherTests