summaryrefslogtreecommitdiff
path: root/examples/restaurant/RestaurantFin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/restaurant/RestaurantFin.gf')
-rw-r--r--examples/restaurant/RestaurantFin.gf5
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) ;