forked from GitHub/gf-core
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
abstract Foodmarket = Food, Fruit, Mushroom ** {
|
|
fun
|
|
FruitKind : Fruit -> Kind ;
|
|
MushroomKind : Mushroom -> Kind ;
|
|
}
|