summaryrefslogtreecommitdiff
path: root/testsuite/compiler/update/ArrityCheck.gfs.gold
blob: 28f98f44551401d7c94cc6a62ff4ae4bd286b13b (plain)
1
2
3
4
5
6
7
8


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