summaryrefslogtreecommitdiff
path: root/testsuite/update/ArrityCheck.gfs.gold
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/update/ArrityCheck.gfs.gold')
-rw-r--r--testsuite/update/ArrityCheck.gfs.gold8
1 files changed, 8 insertions, 0 deletions
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