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,15 @@
-- Lexicon Interface
-- (a resource which contains only oper TYPES)
interface LexFoods = open Syntax in {
oper
wine_N : N ;
pizza_N : N ;
cheese_N : N ;
fish_N : N ;
fresh_A : A ;
warm_A : A ;
italian_A : A ;
expensive_A : A ;
delicious_A : A ;
boring_A : A ;
}