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


testsuite/compiler/update/ArrityCheck.gf:6:1:
   conflicting information in module ArrityCheck
    fun f : Int -> Int -> Int ;
    def f 0 = \x -> x ;
and
    def f 1 1 = 0 ;