diff options
| author | aarne <aarne@chalmers.se> | 2010-04-28 16:53:20 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-28 16:53:20 +0000 |
| commit | 6e7bbf3aa82a90f1b0ca38e3915972d02c5c8239 (patch) | |
| tree | 6a64ebf879f489b01e3b7d94c8ebc8ead16ec8d4 /examples/phrasebook/WordsFin.gf | |
| parent | b47098f14f4fcf296c438bead4982727498b114f (diff) | |
some moving around of new phrasebook entries
Diffstat (limited to 'examples/phrasebook/WordsFin.gf')
| -rw-r--r-- | examples/phrasebook/WordsFin.gf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/phrasebook/WordsFin.gf b/examples/phrasebook/WordsFin.gf index 6be95ba29..27e96e0ea 100644 --- a/examples/phrasebook/WordsFin.gf +++ b/examples/phrasebook/WordsFin.gf @@ -55,6 +55,18 @@ concrete WordsFin of Words = SentencesFin ** University = mkPlace (mkN "yliopisto") lla ; School = mkPlace (mkN "koulu") lla ; + CitRestaurant cit = { + name = mkCN cit (mkN "ravintola") ; at = casePrep inessive ; to = casePrep illative + } ; + Parking = mkPlace (mkN "pysäköinti" (mkN "alue")) lla ; + Supermarket = mkPlace (mkN "supermarket") ssa ; + Pharmacy = mkPlace (mkN "apteekki") ssa ; + Center = mkPlace (mkN "keskusta") ssa ; + Cafeteria = mkPlace (mkN "kahvila") ssa ; + Disco = mkPlace (mkN "disko") ssa ; + Pub = mkPlace (mkN "pub") ssa ; + AmusementPark = mkPlace (mkN "huvi" (mkN "puisto")) ssa ; + -- currencies DanishCrown = mkCN (mkN "Tanskan kruunu") | mkCN (mkN "kruunu") ; |
