diff options
Diffstat (limited to 'testsuite/tests/arityanal/f15.hs')
-rw-r--r-- | testsuite/tests/arityanal/f15.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/arityanal/f15.hs b/testsuite/tests/arityanal/f15.hs new file mode 100644 index 0000000000..7e1d5dfa16 --- /dev/null +++ b/testsuite/tests/arityanal/f15.hs @@ -0,0 +1,5 @@ +module F15 where
+
+f15f = \h -> h 1
+f15g = \x -> x+1
+f15 = f15f f15g
\ No newline at end of file |