summaryrefslogtreecommitdiff
path: root/examples/phrasebook/WordsIta.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-30 06:55:15 +0000
committeraarne <aarne@chalmers.se>2010-04-30 06:55:15 +0000
commit7a4cb3c2715c5dd61309b9bc0309142a44393c29 (patch)
tree4bfb5e613c547fadd120235bd220dc771aea066f /examples/phrasebook/WordsIta.gf
parente3c883fdb3859b4eef1f8e59737da171b4231f4e (diff)
small fixes in Phrasebook, particularly PSeeYouPlaceDate
Diffstat (limited to 'examples/phrasebook/WordsIta.gf')
-rw-r--r--examples/phrasebook/WordsIta.gf5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/phrasebook/WordsIta.gf b/examples/phrasebook/WordsIta.gf
index dae4b0288..d64611a10 100644
--- a/examples/phrasebook/WordsIta.gf
+++ b/examples/phrasebook/WordsIta.gf
@@ -124,8 +124,9 @@ lin
-- Building phrases from strings is complicated: the solution is to use
-- mkText : Text -> Text -> Text ;
- PSeeYou d = mkText (lin Text (ss ("ci vediamo"))) (mkPhrase (mkUtt d)) ;
- PSeeYouPlace p d =
+ PSeeYouDate d = mkText (lin Text (ss ("ci vediamo"))) (mkPhrase (mkUtt d)) ;
+ PSeeYouPlace p = mkText (lin Text (ss ("ci vediamo"))) (mkPhrase (mkUtt p.at)) ;
+ PSeeYouPlaceDate p d =
mkText (lin Text (ss ("ci vediamo")))
(mkText (mkPhrase (mkUtt p.at)) (mkPhrase (mkUtt d))) ;