diff options
Diffstat (limited to 'examples-3.0/tutorial/resource-foods/FoodsFin.gf')
| -rw-r--r-- | examples-3.0/tutorial/resource-foods/FoodsFin.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples-3.0/tutorial/resource-foods/FoodsFin.gf b/examples-3.0/tutorial/resource-foods/FoodsFin.gf new file mode 100644 index 000000000..2c76ee4a0 --- /dev/null +++ b/examples-3.0/tutorial/resource-foods/FoodsFin.gf @@ -0,0 +1,5 @@ +--# -path=.:../foods:present:prelude + +concrete FoodsFin of Foods = FoodsI with + (Syntax = SyntaxFin), + (LexFoods = LexFoodsFin) ; |
