mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-18 15:50:11 -06:00
Support nested parameters, but fails with non-static values (see FoodsBull, ASg kind.g).
This commit is contained in:
7
testsuite/lpgf/Scratch.gf
Normal file
7
testsuite/lpgf/Scratch.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract Scratch = {
|
||||
cat S ; F ;
|
||||
fun
|
||||
FtoS : F -> S ;
|
||||
f1 : F ;
|
||||
f2 : F ;
|
||||
}
|
||||
Reference in New Issue
Block a user