summaryrefslogtreecommitdiff
path: root/examples/phrasebook/PhrasebookRon.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/PhrasebookRon.gf')
-rw-r--r--examples/phrasebook/PhrasebookRon.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/PhrasebookRon.gf b/examples/phrasebook/PhrasebookRon.gf
index afb8d9ba8..ccf531634 100644
--- a/examples/phrasebook/PhrasebookRon.gf
+++ b/examples/phrasebook/PhrasebookRon.gf
@@ -8,6 +8,6 @@ concrete PhrasebookRon of Phrasebook =
Prelude in {
lin
- PGreeting p g = mkText (lin Text (ss g.s)) (lin Text (ss p.s)) ;
+ PGreeting g = lin Text (ss g.s) ;
}