diff options
author | davve <davve@dtek.chalmers.se> | 2007-01-18 23:22:46 +0000 |
---|---|---|
committer | davve <davve@dtek.chalmers.se> | 2007-01-18 23:22:46 +0000 |
commit | da242b2cff1010bef16bb5c5cd49aaf8d50ac2a5 (patch) | |
tree | 7edddfb8c5e719df81ecb7a17f121c544173320a /src | |
parent | f4c5b09738f83017d7582a2e6e14ba7804beb87b (diff) |
Remove some tabs
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/Main.hs b/src/Main.hs index 8908ffcd..e8a45d58 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -832,18 +832,18 @@ renameModule renamingEnv mod = -- original names. mkExportItems - :: ModuleMap - -> Module -- this module - -> [Name] -- exported names (orig) - -> Map Name (LHsDecl Name) -- maps exported names to declarations - -> Map Name (LHsDecl Name) -- maps local names to declarations - -> Map Name [Name] -- sub-map for this module - -> [Entity] -- entities in the current module - -> [DocOption] - -> Maybe [IE Name] - -> Bool -- --ignore-all-exports flag - -> Map Name (HsDoc Name) - -> ErrMsgM [ExportItem Name] + :: ModuleMap + -> Module -- this module + -> [Name] -- exported names (orig) + -> Map Name (LHsDecl Name) -- maps exported names to declarations + -> Map Name (LHsDecl Name) -- maps local names to declarations + -> Map Name [Name] -- sub-map for this module + -> [Entity] -- entities in the current module + -> [DocOption] + -> Maybe [IE Name] + -> Bool -- --ignore-all-exports flag + -> Map Name (HsDoc Name) + -> ErrMsgM [ExportItem Name] mkExportItems mod_map this_mod exported_names exportedDeclMap localDeclMap sub_map entities opts maybe_exps ignore_all_exports docMap |