summaryrefslogtreecommitdiff
path: root/doc/tutorial/FoodmarketEng.gf
blob: 105cf53f6104963d6224a2763956f1ebe222e1df (plain)
1
2
3
4
5
concrete FoodmarketEng of Foodmarket = FoodEng, FruitEng, MushroomEng ** {
  lin
    FruitKind x = x ;
    MushroomKind x = x ;
}