summaryrefslogtreecommitdiff
path: root/testdata/example08.lc
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/example08.lc')
-rw-r--r--testdata/example08.lc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/example08.lc b/testdata/example08.lc
index b6ebbd0e..1b9c3fce 100644
--- a/testdata/example08.lc
+++ b/testdata/example08.lc
@@ -34,7 +34,7 @@ main = ScreenOut $
34 , (0.5,True) 34 , (0.5,True)
35 , (0.3,True) 35 , (0.3,True)
36 , (0.75,True) 36 , (0.75,True)
37 ] `append` [(a,True) | a <- [(-1.0)..2.0]] 37 ] ++ [(a,True) | a <- [(-1.0)..2.0]]
38 , let (a,b) = x 38 , let (a,b) = x
39 , b 39 , b
40 ] 40 ]