1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/Morefood.gf
2005-12-18 21:26:21 +00:00

9 lines
135 B
Plaintext

abstract Morefood = Food ** {
cat
Question ;
fun
QIs : Item -> Quality -> Question ;
Pizza : Kind ;
}