mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
Finish type passing in val2lin, generalise projection case and pass FoodsFre testsuite.
This commit is contained in:
8
testsuite/lpgf/Projection.gf
Normal file
8
testsuite/lpgf/Projection.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
abstract Projection = {
|
||||
flags startcat = Comment ;
|
||||
cat
|
||||
Comment ; Item ;
|
||||
fun
|
||||
Pred : Item -> Comment ;
|
||||
Wine : Item ;
|
||||
}
|
||||
Reference in New Issue
Block a user