forked from GitHub/gf-core
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
|
|
|
|
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 ;
|
|
|