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