summaryrefslogtreecommitdiff
path: root/examples/phrasebook/WordsSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-05-27 20:44:39 +0000
committeraarne <aarne@chalmers.se>2010-05-27 20:44:39 +0000
commitd156c5bccf33b3d143134520ee614b58d20565b3 (patch)
treef941f30889d56781d28920d0a70710e327255c60 /examples/phrasebook/WordsSwe.gf
parent857c9e83a05339118014b738025547c8d1cfadf5 (diff)
adjustments in Phrasebook
Diffstat (limited to 'examples/phrasebook/WordsSwe.gf')
-rw-r--r--examples/phrasebook/WordsSwe.gf8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/phrasebook/WordsSwe.gf b/examples/phrasebook/WordsSwe.gf
index edf038029..fcf460103 100644
--- a/examples/phrasebook/WordsSwe.gf
+++ b/examples/phrasebook/WordsSwe.gf
@@ -191,11 +191,11 @@ concrete WordsSwe of Words = SentencesSwe **
HowFar place =
mkQS (mkQCl far_IAdv (mkCl (mkVP place.to))) ;
- HowFarFrom place x =
- mkQS (mkQCl far_IAdv (mkCl (mkVP (mkVP place.to)
+ HowFarFrom x y =
+ mkQS (mkQCl far_IAdv (mkCl (mkVP (mkVP y.to)
(SyntaxSwe.mkAdv from_Prep x.name)))) ;
- HowFarFromBy place x t =
- mkQS (mkQCl far_IAdv (mkCl (mkVP (mkVP (mkVP place.to)
+ HowFarFromBy x y t =
+ mkQS (mkQCl far_IAdv (mkCl (mkVP (mkVP (mkVP y.to)
(SyntaxSwe.mkAdv from_Prep x.name)) t))) ;
HowFarBy place t =
mkQS (mkQCl far_IAdv (mkCl (mkVP (mkVP place.to) t))) ;