summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/update/ArrityCheck.gf5
-rw-r--r--testsuite/update/ArrityCheck.gfs1
-rw-r--r--testsuite/update/ArrityCheck.gfs.gold8
3 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/update/ArrityCheck.gf b/testsuite/update/ArrityCheck.gf
new file mode 100644
index 000000000..9ee03ba6e
--- /dev/null
+++ b/testsuite/update/ArrityCheck.gf
@@ -0,0 +1,5 @@
+abstract ArrityCheck = {
+ fun f : Int -> Int -> Int ;
+ def f 0 = \x -> x ;
+ f 1 1 = 0 ;
+}
diff --git a/testsuite/update/ArrityCheck.gfs b/testsuite/update/ArrityCheck.gfs
new file mode 100644
index 000000000..b63c0ca51
--- /dev/null
+++ b/testsuite/update/ArrityCheck.gfs
@@ -0,0 +1 @@
+i testsuite\update\ArrityCheck.gf
diff --git a/testsuite/update/ArrityCheck.gfs.gold b/testsuite/update/ArrityCheck.gfs.gold
new file mode 100644
index 000000000..924dddf1e
--- /dev/null
+++ b/testsuite/update/ArrityCheck.gfs.gold
@@ -0,0 +1,8 @@
+
+
+C:\gf_2\testsuite\update\ArrityCheck.gf:6:1: cannot unify the informations
+ fun f : Int -> Int -> Int ;
+ def f 0 = \x -> x ;
+and
+ def f 1 1 = 0 ;
+in module ArrityCheck