summaryrefslogtreecommitdiff
path: root/examples/restaurant/RestaurantEng.gf
blob: a6440219a14279112af3da21aec258631eee267a (plain)
1
2
3
4
5
--# -path=.:present:prelude

concrete RestaurantEng of Restaurant = RestaurantI with
  (Syntax = SyntaxEng), 
  (LexRestaurant = LexRestaurantEng) ;