1
0
forked from GitHub/gf-core

GFEP: updated examples

This commit is contained in:
john.j.camilleri
2012-03-05 09:50:29 +00:00
parent f4fb8fe57d
commit f6242702f5
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") ;
}