diff options
Diffstat (limited to 'testsuite/tests/arityanal/f6.hs')
-rw-r--r-- | testsuite/tests/arityanal/f6.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/arityanal/f6.hs b/testsuite/tests/arityanal/f6.hs new file mode 100644 index 0000000000..ba1e453c3f --- /dev/null +++ b/testsuite/tests/arityanal/f6.hs @@ -0,0 +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 |