Files
gf-core/eclipse/examples/functors/FoodsGer.gf
2011-10-17 16:01:07 +00:00

6 lines
177 B
Plaintext

-- Functor Instantiation
--# -path=.:/home/john/.cabal/share/gf-3.2.9/lib/present
concrete FoodsGer of Foods = FoodsI with
(Syntax = SyntaxGer),
(LexFoods = LexFoodsGer) ;