mirror of
https://github.com/rgleichman/glance.git
synced 2024-11-30 05:47:46 +03:00
Comma
This commit is contained in:
parent
7fee403b80
commit
29384a1e6c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user