diff options
Diffstat (limited to 'examples/phrasebook/PhrasebookBul.gf')
| -rw-r--r-- | examples/phrasebook/PhrasebookBul.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/PhrasebookBul.gf b/examples/phrasebook/PhrasebookBul.gf index fbdcb3ea8..312b0522f 100644 --- a/examples/phrasebook/PhrasebookBul.gf +++ b/examples/phrasebook/PhrasebookBul.gf @@ -7,6 +7,6 @@ concrete PhrasebookBul of Phrasebook = Prelude in { lin - PGreeting g = lin Text (ss g.s) ; + PGreeting g = lin Text g ; } |
