diff options
Diffstat (limited to 'examples/phrasebook/GreetingsHin.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsHin.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/GreetingsHin.gf b/examples/phrasebook/GreetingsHin.gf index 8d5c74489..97cba0489 100644 --- a/examples/phrasebook/GreetingsHin.gf +++ b/examples/phrasebook/GreetingsHin.gf @@ -1,4 +1,4 @@ -concrete GreetingsHin of Greetings = SentencesHin [mkGreeting] ** open (P=Prelude) in { +concrete GreetingsHin of Greetings = SentencesHin [Greeting,mkGreeting] ** open (P=Prelude) in { -- lincat -- Greeting = {s : Str; lock_Text : {}} ; |
