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