diff options
| author | aarne <aarne@chalmers.se> | 2014-04-15 21:26:33 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-04-15 21:26:33 +0000 |
| commit | fbcb5e195712b32393fb9435d7fa0ec20e206b5a (patch) | |
| tree | aed7fdd2c6e8f33cb359508f2e94f2fa3769c11f | |
| parent | 7fc3627c6eb8f6278b6fd555bb91243aef9ca5ca (diff) | |
removed clash in AppFin imports
| -rw-r--r-- | examples/app/AppFin.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/AppFin.gf b/examples/app/AppFin.gf index d0b9e01ba..6e3fcd167 100644 --- a/examples/app/AppFin.gf +++ b/examples/app/AppFin.gf @@ -29,7 +29,7 @@ concrete AppFin of App = -- Extensions ] - ,PhrasebookFin - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_A] + ,PhrasebookFin - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_A, open_Adv] ** open ParadigmsFin, SyntaxFin, Prelude in { |
