GFEP: updated examples

This commit is contained in:
john.j.camilleri
2012-03-05 09:50:29 +00:00
parent aaae004e5e
commit a833668c3b
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- Functor Instantiation
--# -path=.:/home/john/.cabal/share/gf-3.2.9/lib/present
concrete FoodsEng of Foods = FoodsI - [Pizza] with
(Syntax = SyntaxEng),
(LexFoods = LexFoodsEng) **
open SyntaxEng, ParadigmsEng in {
lin Pizza = mkCN (mkA "Italian") (mkN "pie") ;
}