forked from GitHub/gf-core
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
abstract Morefood = Food ** {
|
|
cat
|
|
Question ;
|
|
fun
|
|
QIs : Item -> Quality -> Question ;
|
|
Pizza : Kind ;
|
|
|
|
}
|