summaryrefslogtreecommitdiff
path: root/doc/tutorial/resource-food/FoodFin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/resource-food/FoodFin.gf')
-rw-r--r--doc/tutorial/resource-food/FoodFin.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/resource-food/FoodFin.gf b/doc/tutorial/resource-food/FoodFin.gf
new file mode 100644
index 000000000..200d39b75
--- /dev/null
+++ b/doc/tutorial/resource-food/FoodFin.gf
@@ -0,0 +1,5 @@
+--# -path=.:present:prelude
+
+concrete FoodFin of Food = FoodI with
+ (Syntax = SyntaxFin),
+ (LexFood = LexFoodFin) ;