Files
gf-core/testsuite/compiler/update/ArrityCheck.gfs.gold
2009-09-16 12:13:11 +00:00

9 lines
204 B
Plaintext

C:\gf_3\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