diff options
| author | aarne <aarne@chalmers.se> | 2012-06-22 09:02:13 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2012-06-22 09:02:13 +0000 |
| commit | 4a778acdad2a4e839a15018074186599709446d3 (patch) | |
| tree | 4bd4fc2973ff5006a7c167bed0bf566a6a9b5a7e /examples/phrasebook | |
| parent | 650abc4affe595a64e6e4dbd2cdb6d697b55aa00 (diff) | |
overload problem in Phrasebook fixed
Diffstat (limited to 'examples/phrasebook')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index 91367cdc0..d2df39ca9 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -51,7 +51,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** PSentence s = mkText s | lin Text (mkUtt s) ; -- optional '.' PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional '?' - PGreetingMale, PGreetingFemale = \g -> mkText (lin Phr g) exclMarkPunct | g ; + PGreetingMale, PGreetingFemale = \g -> mkText (lin Phr (ss g.s)) exclMarkPunct | g ; -- PWord w = w ; |
