demo restaurant info

This commit is contained in:
aarne
2007-10-12 13:46:57 +00:00
parent 530174aad1
commit 96ed0bf4ac
11 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
instance LexRestaurantEng of LexRestaurant = open SyntaxEng, ParadigmsEng in {
oper
restaurant_N = mkN "restaurant" ;
cheap_A = mkA "cheap" ;
italian_A = mkA "Italian" ;
thai_A = mkA "Thai" ;
swedish_A = mkA "Swedish" ;
french_A = mkA "French" ;
konkanok_PN = mkPN "Konkanok" ;
}