forked from GitHub/gf-core
split the testsuite to different directories for compiler, runtime and libraries
This commit is contained in:
5
testsuite/compiler/update/ArrityCheck.gf
Normal file
5
testsuite/compiler/update/ArrityCheck.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract ArrityCheck = {
|
||||
fun f : Int -> Int -> Int ;
|
||||
def f 0 = \x -> x ;
|
||||
f 1 1 = 0 ;
|
||||
}
|
||||
Reference in New Issue
Block a user