From 1e99274564b711a161fd7cb812af3177626541b4 Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Fri, 5 Feb 2016 07:17:02 +0100 Subject: cleanup --- testdata/example08.lc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testdata/example08.lc') 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 $ , (0.5,True) , (0.3,True) , (0.75,True) - ] `append` [(a,True) | a <- [(-1.0)..2.0]] + ] ++ [(a,True) | a <- [(-1.0)..2.0]] , let (a,b) = x , b ] -- cgit v1.2.3