diff options
Diffstat (limited to 'eclipse/examples/functors/FoodsGer.gf')
| -rw-r--r-- | eclipse/examples/functors/FoodsGer.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse/examples/functors/FoodsGer.gf b/eclipse/examples/functors/FoodsGer.gf new file mode 100644 index 000000000..59e48b548 --- /dev/null +++ b/eclipse/examples/functors/FoodsGer.gf @@ -0,0 +1,5 @@ +-- Functor Instantiation +--# -path=.:/home/john/.cabal/share/gf-3.2.9/lib/present +concrete FoodsGer of Foods = FoodsI with + (Syntax = SyntaxGer), + (LexFoods = LexFoodsGer) ; |
