summaryrefslogtreecommitdiff
path: root/eclipse/examples/functors/LexFoods.gf
blob: 0d4ca4be4fbc95d8f74590c15de246838375c525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 ;
}