summaryrefslogtreecommitdiff
path: root/eclipse/examples/functors/LexFoods.gf
diff options
context:
space:
mode:
authorjohn.j.camilleri <john.j.camilleri@chalmers.se>2012-03-05 09:50:29 +0000
committerjohn.j.camilleri <john.j.camilleri@chalmers.se>2012-03-05 09:50:29 +0000
commitf6242702f5b1c42a81cad02e44a0f203b80cd497 (patch)
tree84c55bdbb5f999470088a1726b8651cc27abe124 /eclipse/examples/functors/LexFoods.gf
parentf4fb8fe57d309c05c46e8d7459e550a1b7c6c4d9 (diff)
GFEP: updated examples
Diffstat (limited to 'eclipse/examples/functors/LexFoods.gf')
-rw-r--r--eclipse/examples/functors/LexFoods.gf15
1 files changed, 0 insertions, 15 deletions
diff --git a/eclipse/examples/functors/LexFoods.gf b/eclipse/examples/functors/LexFoods.gf
deleted file mode 100644
index 0d4ca4be4..000000000
--- a/eclipse/examples/functors/LexFoods.gf
+++ /dev/null
@@ -1,15 +0,0 @@
--- 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 ;
-}