mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
upgrade the testsuite to work with GHC 6.12
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
C:\gf_3\testsuite\compiler\update\ArrityCheck.gf:6:1: cannot unify the informations
|
||||
|
||||
fun f : Int -> Int -> Int ;
|
||||
|
||||
|
||||
|
||||
C:\gf\testsuite\compiler\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
|
||||
|
||||
Reference in New Issue
Block a user