diff options
| author | aarne <aarne@chalmers.se> | 2014-04-08 16:14:05 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-04-08 16:14:05 +0000 |
| commit | 44521edd2dfe14c433f9bc849f0669beb71e7b02 (patch) | |
| tree | e5548415a1763df318f76c8c38f2cea287e80d99 /examples/app/AppFin.gf | |
| parent | 9cac98a3561386a9e190881ba64292f672f86500 (diff) | |
small fixes in App grammar - don't affect performance
Diffstat (limited to 'examples/app/AppFin.gf')
| -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 69bde568e..40b15a3e2 100644 --- a/examples/app/AppFin.gf +++ b/examples/app/AppFin.gf @@ -44,7 +44,7 @@ concrete AppFin of App = ,PhrasebookFin - [PSentence, PQuestion, PGreetingMale, PGreetingFemale, GObjectPlease, open_A] - ** open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, CommonScand, (E = ExtraFin), (G = GrammarFin), Prelude in { + ** open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, (E = ExtraFin), (G = GrammarFin), Prelude in { flags literal=Symb ; |
