summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookFin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/PhrasebookFin.gf')
-rw-r--r--examples/phrasebook/PhrasebookFin.gf4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/phrasebook/PhrasebookFin.gf b/examples/phrasebook/PhrasebookFin.gf
index 12851e57f..db497db26 100644
--- a/examples/phrasebook/PhrasebookFin.gf
+++ b/examples/phrasebook/PhrasebookFin.gf
@@ -7,8 +7,6 @@ concrete PhrasebookFin of Phrasebook =
Prelude in {
lin
- PSentence s = mkText s | lin Text (mkUtt s) ; -- optional .
- PQuestion s = mkText s | lin Text (mkUtt s) ; -- optional ?
- PGreeting g = mkPhrase g ;
+ PGreeting p g = mkText (lin Text (ss g.s)) (lin Text (ss p.s)) ;
}