Files
gf-core/examples/tutorial/resource-foods/LexFoods.gf
2007-09-02 19:53:55 +00:00

14 lines
236 B
Plaintext

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 ;
}