From 49e87c4aba14b7186da703a78e415afda358d37d Mon Sep 17 00:00:00 2001 From: Ingo Wechsung Date: Sat, 23 Apr 2016 15:30:14 +0200 Subject: [PATCH] fixed #272 --- tests/hcm/Layout.fr | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/hcm/Layout.fr b/tests/hcm/Layout.fr index 2b803f7e..69a8c2f7 100644 --- a/tests/hcm/Layout.fr +++ b/tests/hcm/Layout.fr @@ -8,5 +8,3 @@ neg = [ n | p ← [0..], let n = -p, n > 2 ] -- no } inserted before ] main = do print x where x = 1 - -y = 3 \ No newline at end of file