diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-30 14:37:54 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-30 14:37:54 +0000 |
| commit | bed2d9068e3bd064342639de14a02b3d8cfa366a (patch) | |
| tree | 00ee2ec18ff61a9f911a9f2f8c3bc26712bec642 /next-lib/src/english/MorphoEng.gf | |
| parent | 9e26b4f85224132ecf01847bb260eec3c04a4611 (diff) | |
More English morphology clean-up.
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 ; |
