summaryrefslogtreecommitdiff
path: root/testdata/example08.lc
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-05 07:17:02 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-05 07:17:02 +0100
commit1e99274564b711a161fd7cb812af3177626541b4 (patch)
tree07398292ecebcffa00c0bffbe981fcb6d65d9085 /testdata/example08.lc
parent98cd7ed424454502d98aafe193b8cda61ef3b692 (diff)
cleanup
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 ]