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