mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
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" ;
|
|
}
|