From 41b263cf6aa38e7c6ef090c0fa18949b86eec62c Mon Sep 17 00:00:00 2001 From: krasimir Date: Fri, 22 May 2009 18:54:51 +0000 Subject: some work on evaluation with abstract expressions in PGF --- testsuite/update/ArrityCheck.gfs.gold | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testsuite/update/ArrityCheck.gfs.gold (limited to 'testsuite/update/ArrityCheck.gfs.gold') 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 -- cgit v1.2.3