diff options
Diffstat (limited to 'examples/phrasebook/PhrasebookFin.gf')
| -rw-r--r-- | examples/phrasebook/PhrasebookFin.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/PhrasebookFin.gf b/examples/phrasebook/PhrasebookFin.gf index db497db26..adae2240e 100644 --- a/examples/phrasebook/PhrasebookFin.gf +++ b/examples/phrasebook/PhrasebookFin.gf @@ -7,6 +7,6 @@ concrete PhrasebookFin 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) ; } |
