diff options
| author | aarne <unknown> | 2005-05-14 07:38:55 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-05-14 07:38:55 +0000 |
| commit | 3304438e5a1b1bda431e83efa2cd96d186ebaada (patch) | |
| tree | 2c702683bf16341323a03460c941ee3ff77d174d /src/GF | |
| parent | 20eae7786f420ce02e8043c43c82e31e49c5af72 (diff) | |
corrected option order; tutorial
Diffstat (limited to 'src/GF')
| -rw-r--r-- | src/GF/Infra/Modules.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Infra/Modules.hs b/src/GF/Infra/Modules.hs index e3c0388dd..86a11b446 100644 --- a/src/GF/Infra/Modules.hs +++ b/src/GF/Infra/Modules.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/21 16:22:36 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.21 $ +-- > CVS $Date: 2005/05/14 08:38:55 $ +-- > CVS $Author: aarne $ +-- > CVS $Revision: 1.22 $ -- -- Datastructures and functions for modules, common to GF and GFC. -- @@ -116,7 +116,7 @@ flagsModule (_,mi) = case mi of _ -> [] allFlags :: MGrammar i f a -> [f] -allFlags gr = concat $ map flags $ reverse [m | (_, ModMod m) <- modules gr] +allFlags gr = concat $ map flags $ [m | (_, ModMod m) <- modules gr] mapModules :: (Module i f a -> Module i f a) -> MGrammar i f a -> MGrammar i f a |
