mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
abstract FoodComments = Comments ** {
|
|
|
|
fun
|
|
Wine, Cheese, Fish, Pizza : Kind ;
|
|
Fresh, Warm, Italian, Expensive, Delicious, Boring : Quality ;
|
|
|
|
}
|