forked from GitHub/gf-core
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
concrete FoodmarketEng of Foodmarket = FoodEng, FruitEng, MushroomEng ** {
|
|
lin
|
|
FruitKind x = x ;
|
|
MushroomKind x = x ;
|
|
}
|