mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
resource using exx revised
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
abstract Foods = {
|
||||
|
||||
flags startcat=Phr ;
|
||||
flags startcat=Phrase ;
|
||||
|
||||
cat
|
||||
Phr ; Item ; Kind ; Quality ;
|
||||
Phrase ; Item ; Kind ; Quality ;
|
||||
|
||||
fun
|
||||
Is : Item -> Quality -> Phr ;
|
||||
Is : Item -> Quality -> Phrase ;
|
||||
This, That, These, Those : Kind -> Item ;
|
||||
QKind : Quality -> Kind -> Kind ;
|
||||
Wine, Cheese, Fish, Pizza : Kind ;
|
||||
|
||||
Reference in New Issue
Block a user