mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
some work on evaluation with abstract expressions in PGF
This commit is contained in:
5
testsuite/update/ArrityCheck.gf
Normal file
5
testsuite/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