mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
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