diff options
Diffstat (limited to 'examples/restaurant/RestaurantEng.gf')
| -rw-r--r-- | examples/restaurant/RestaurantEng.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/restaurant/RestaurantEng.gf b/examples/restaurant/RestaurantEng.gf new file mode 100644 index 000000000..a6440219a --- /dev/null +++ b/examples/restaurant/RestaurantEng.gf @@ -0,0 +1,5 @@ +--# -path=.:present:prelude + +concrete RestaurantEng of Restaurant = RestaurantI with + (Syntax = SyntaxEng), + (LexRestaurant = LexRestaurantEng) ; |
