mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
|
|
|
|
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
|