[commit: ghc] master: Comments only (5dc0cea)

git at git.haskell.org git at git.haskell.org
Mon Jul 28 06:12:56 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5dc0cea716fb9585affcb0a2b0a467d0c751e541/ghc

>---------------------------------------------------------------

commit 5dc0cea716fb9585affcb0a2b0a467d0c751e541
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Mon Jul 28 08:11:58 2014 +0200

    Comments only


>---------------------------------------------------------------

5dc0cea716fb9585affcb0a2b0a467d0c751e541
 compiler/main/HscTypes.lhs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/main/HscTypes.lhs b/compiler/main/HscTypes.lhs
index c10475a..54b0700 100644
--- a/compiler/main/HscTypes.lhs
+++ b/compiler/main/HscTypes.lhs
@@ -995,8 +995,8 @@ data ModGuts
         mg_rdr_env   :: !GlobalRdrEnv,   -- ^ Top-level lexical environment
 
         -- These fields all describe the things **declared in this module**
-        mg_fix_env   :: !FixityEnv,      -- ^ Fixities declared in this module
-                                         -- ToDo: I'm unconvinced this is actually used anywhere
+        mg_fix_env   :: !FixityEnv,      -- ^ Fixities declared in this module.
+                                         -- Used for creating interface files.
         mg_tcs       :: ![TyCon],        -- ^ TyCons declared in this module
                                          -- (includes TyCons for classes)
         mg_insts     :: ![ClsInst],      -- ^ Class instances declared in this module



More information about the ghc-commits mailing list