mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
-- (c) 2009 Aarne Ranta under LGPL
|
|
|
|
abstract Food = Sentences ** {
|
|
fun
|
|
Wine, Cheese, Fish, Pizza : Kind ;
|
|
Fresh, Warm, Italian,
|
|
Expensive, Delicious, Boring : Quality ;
|
|
}
|