summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod63.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod63.hs')
-rw-r--r--testsuite/tests/module/mod63.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod63.hs b/testsuite/tests/module/mod63.hs
new file mode 100644
index 0000000000..70da4c30c2
--- /dev/null
+++ b/testsuite/tests/module/mod63.hs
@@ -0,0 +1,4 @@
+-- !!! Bindings of different arities
+module M where
+f 0 = id
+f x y = x+y