Files
gf-core/eclipse/examples/foods/FoodsGer.gf
2012-03-05 09:50:29 +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) ;