diff options
| author | aarne <aarne@chalmers.se> | 2010-04-29 12:21:35 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-29 12:21:35 +0000 |
| commit | 78df7dae66e34355eb803c91a57acc33c2441a26 (patch) | |
| tree | 3129eff445708498b7728716f37720397196f213 /examples/phrasebook/Words.gf | |
| parent | 62d1a957489d54a530936715489093f21f3ebbd9 (diff) | |
better implementation of "how far" in Swedish; harmonized the type of HowFarBy
Diffstat (limited to 'examples/phrasebook/Words.gf')
| -rw-r--r-- | examples/phrasebook/Words.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf index dfa35bc59..4a85bf57d 100644 --- a/examples/phrasebook/Words.gf +++ b/examples/phrasebook/Words.gf @@ -177,7 +177,7 @@ abstract Words = Sentences ** { HowFarFrom : Place -> Place -> Question ; -- how far is the center from the hotel ? HowFarFromBy : Place -> Place -> ByTransport -> Question ; -- how far is the airport from the hotel by taxi ? - HowFarBy : Place -> Transport -> Question ; -- how far is the museum by bus ? + HowFarBy : Place -> ByTransport -> Question ; -- how far is the museum by bus ? WhichTranspPlace : Transport -> Place -> Question ; -- which bus goes to the hotel IsTranspPlace : Transport -> Place -> Question ; -- is there a metro to the airport ? |
