diff options
Diffstat (limited to 'next-lib/src/english/MorphoEng.gf')
| -rw-r--r-- | next-lib/src/english/MorphoEng.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/english/MorphoEng.gf b/next-lib/src/english/MorphoEng.gf index 8ea3c27a1..15dca5d09 100644 --- a/next-lib/src/english/MorphoEng.gf +++ b/next-lib/src/english/MorphoEng.gf @@ -8,7 +8,7 @@ -- syntax. To build a lexicon, it is better to use $ParadigmsEng$, which -- gives a higher-level access to this module. -resource MorphoEng = ResEng ** open Prelude, (Predef=Predef) in { +resource MorphoEng = open Prelude, (Predef=Predef), ResEng in { flags optimize=all ; |
