1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/compiler/update/ArrityCheck.gf

6 lines
102 B
Plaintext

abstract ArrityCheck = {
fun f : Int -> Int -> Int ;
def f 0 = \x -> x ;
f 1 1 = 0 ;
}