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.gf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/update/ArrityCheck.gf (limited to 'testsuite/update/ArrityCheck.gf') 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 ; +} -- cgit v1.2.3