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