[commit: ghc] master: Improve comments on coreView/tcView, and combine coreExpandTyCon/tcExpandTyCon (9b3239f)

git at git.haskell.org git at git.haskell.org
Mon Mar 2 16:39:39 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9b3239f81261f05ee3285c1b9dcbe113635145ef/ghc

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

commit 9b3239f81261f05ee3285c1b9dcbe113635145ef
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Feb 26 17:26:56 2015 +0000

    Improve comments on coreView/tcView, and combine coreExpandTyCon/tcExpandTyCon
    
    This is minor stuff triggered by Trac #10103.
    
    * Fix outdated comments on tcView/coreView (we should really combine
      them with a new name, but I'll leave that slightly-disruptive change
      for now)
    
    * Combine tcExpandTyCon_maybe and coreExpandTyCon_maybe (which were identical)
      into expandSynTyCon_maybe
    
    * A few more comment fixups


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

9b3239f81261f05ee3285c1b9dcbe113635145ef
 compiler/typecheck/TcDeriv.hs   |  2 +-
 compiler/typecheck/TcFlatten.hs |  2 +-
 compiler/typecheck/TcTyDecls.hs |  2 +-
 compiler/types/Coercion.hs      |  2 +-
 compiler/types/FamInstEnv.hs    |  2 +-
 compiler/types/TyCon.hs         | 44 +++++++++++------------------------------
 compiler/types/Type.hs          | 20 ++++++++-----------
 7 files changed, 24 insertions(+), 50 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 9b3239f81261f05ee3285c1b9dcbe113635145ef


More information about the ghc-commits mailing list