From 78df7dae66e34355eb803c91a57acc33c2441a26 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 29 Apr 2010 12:21:35 +0000 Subject: better implementation of "how far" in Swedish; harmonized the type of HowFarBy --- examples/phrasebook/Words.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/phrasebook/Words.gf') 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 ? -- cgit v1.2.3