diff options
Diffstat (limited to 'examples/wiki/RestaurantSpa.gf')
| -rw-r--r-- | examples/wiki/RestaurantSpa.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/wiki/RestaurantSpa.gf b/examples/wiki/RestaurantSpa.gf new file mode 100644 index 000000000..cc516d2eb --- /dev/null +++ b/examples/wiki/RestaurantSpa.gf @@ -0,0 +1,8 @@ + +--# -path=.:alltenses:prelude + +concrete RestaurantSpa of Restaurant = RestaurantI with + + (Syntax = SyntaxSpa), + (Grammar = GrammarSpa), + (LexRestaurant = LexRestaurantSpa) ; |
