summaryrefslogtreecommitdiff
path: root/testsuite/update/ArrityCheck.gfs.gold
blob: 924dddf1e52e1a4117d3417001ebc6992a0359f8 (plain)
1
2
3
4
5
6
7
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