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 = [
--"y = case x of {0 -> 1; 2 -> 3}"
]
patternTests = [
@ -345,7 +345,7 @@ otherTests = [
testDecls = mconcat [
caseTests
lambdaTests
,lambdaTests
,patternTests
,letTests
,otherTests