summaryrefslogtreecommitdiff
path: root/examples/phrasebook/WordsSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/WordsSwe.gf')
-rw-r--r--examples/phrasebook/WordsSwe.gf5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/phrasebook/WordsSwe.gf b/examples/phrasebook/WordsSwe.gf
index edaede731..27b6ee7cb 100644
--- a/examples/phrasebook/WordsSwe.gf
+++ b/examples/phrasebook/WordsSwe.gf
@@ -159,8 +159,9 @@ concrete WordsSwe of Words = SentencesSwe **
-- Building phrases from strings is complicated: the solution is to use
-- mkText : Text -> Text -> Text ;
- PSeeYou d = mkText (lin Text (ss ("vi ses"))) (mkPhrase (mkUtt d)) ;
- PSeeYouPlace p d =
+ PSeeYouDate d = mkText (lin Text (ss ("vi ses"))) (mkPhrase (mkUtt d)) ;
+ PSeeYouPlace p = mkText (lin Text (ss ("vi ses"))) (mkPhrase (mkUtt p.at)) ;
+ PSeeYouPlaceDate p d =
mkText (lin Text (ss ("vi ses")))
(mkText (mkPhrase (mkUtt p.at)) (mkPhrase (mkUtt d))) ;