forked from GitHub/gf-core
More work on params: pass all tests except params1 (!)
This commit is contained in:
7
testsuite/lpgf/unittests/Params1.gf
Normal file
7
testsuite/lpgf/unittests/Params1.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract Params1 = {
|
||||
cat S ; F ;
|
||||
fun
|
||||
FtoS : F -> S ;
|
||||
f1 : F ;
|
||||
f2 : F ;
|
||||
}
|
||||
Reference in New Issue
Block a user