summaryrefslogtreecommitdiff
path: root/testsuite/tests/arityanal/f6.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/arityanal/f6.hs')
-rw-r--r--testsuite/tests/arityanal/f6.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/arityanal/f6.hs b/testsuite/tests/arityanal/f6.hs
index ba1e453c3f..b45951d6a2 100644
--- a/testsuite/tests/arityanal/f6.hs
+++ b/testsuite/tests/arityanal/f6.hs
@@ -1,5 +1,5 @@
-module F6 where
-
-f6f = \h -> \x -> h x 0
-f6t = \y -> \z -> y + z
-f6 = f6f f6t 3 \ No newline at end of file
+module F6 where
+
+f6f = \h -> \x -> h x 0
+f6t = \y -> \z -> y + z
+f6 = f6f f6t 3