ExtFoods for book

This commit is contained in:
aarne
2007-09-06 11:34:53 +00:00
parent eb173e4529
commit cd9dac84c2
13 changed files with 150 additions and 5 deletions

View File

@@ -10,4 +10,10 @@ interface LexFoods = open Syntax in {
expensive_A : A ;
delicious_A : A ;
boring_A : A ;
eat_V2 : V2 ;
drink_V2 : V2 ;
pay_V2 : V2 ;
lady_N : N ;
gentleman_N : N ;
}