summaryrefslogtreecommitdiff
path: root/testsuite/tests/arityanal/f7.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/arityanal/f7.hs')
-rw-r--r--testsuite/tests/arityanal/f7.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/arityanal/f7.hs b/testsuite/tests/arityanal/f7.hs
new file mode 100644
index 0000000000..44241c5ae1
--- /dev/null
+++ b/testsuite/tests/arityanal/f7.hs
@@ -0,0 +1,5 @@
+module F7 where
+
+f7f = \x -> x
+f7g = \z -> \y -> z+y
+f7 = f7f f7g 2 3