1
0
forked from GitHub/gf-core

fixes before beta3 release

This commit is contained in:
aarne
2009-04-02 09:35:48 +00:00
parent 2ee7d4fe74
commit f095da93ba
10 changed files with 45 additions and 11 deletions

View File

@@ -0,0 +1,16 @@
abstract Foods = {
flags startcat=Phrase ;
cat
Phrase ; Item ; Kind ; Quality ;
fun
Is,Isnt : Item -> Quality -> Phrase ;
This, That, These, Those : Kind -> Item ;
QKind : Quality -> Kind -> Kind ;
Wine, Cheese, Fish, Pizza : Kind ;
Very : Quality -> Quality ;
Fresh, Warm, Italian, Expensive, Delicious, Boring : Quality ;
}