mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -06:00
9 lines
177 B
Plaintext
9 lines
177 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 ;
|