summaryrefslogtreecommitdiff
path: root/old-examples/restaurant/LexRestaurantFin.gf
blob: 1755faa5ea2a45fcdddd3c6624c86565d4135821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
instance LexRestaurantFin of LexRestaurant = open SyntaxFin, ParadigmsFin in {

oper
  restaurant_N = mkN "ravintola" ;
  cheap_A = mkA "halpa" ;
  italian_A = mkA "italialainen" ;
  thai_A = mkA "thaimaalainen" ;
  swedish_A = mkA "ruotsalainen" ;
  french_A = mkA "ranskalainen" ;

  konkanok_PN = mkPN "Konkanok" ;
}