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