forked from GitHub/gf-core
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
-- (c) 2009 Aarne Ranta under LGPL
|
|
|
|
abstract Words = Sentences ** {
|
|
fun
|
|
Wine, Cheese, Fish, Pizza : Kind ;
|
|
Fresh, Warm, Italian,
|
|
Expensive, Delicious, Boring : Quality ;
|
|
|
|
Bar, Restaurant, Toilet : PlaceKind ;
|
|
|
|
Euro, Dollar, Lei : Currency ;
|
|
|
|
}
|