summaryrefslogtreecommitdiff
path: root/eclipse/examples/functors/FoodsGer.gf
blob: 59e48b548b4e2173d0aca24887b6f8a3e1d73f04 (plain)
1
2
3
4
5
-- Functor Instantiation
--# -path=.:/home/john/.cabal/share/gf-3.2.9/lib/present
concrete FoodsGer of Foods = FoodsI with 
  (Syntax = SyntaxGer),
  (LexFoods = LexFoodsGer) ;