[commit: ghc] master: Refactor buildClass and mkDictSelId a bit, to avoid the no_unf argument (0f978b5)

git at git.haskell.org git at git.haskell.org
Thu May 8 12:06:32 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0f978b5be87ab0835301e63e7a3c05a1d3d281d5/ghc

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

commit 0f978b5be87ab0835301e63e7a3c05a1d3d281d5
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu May 8 10:31:53 2014 +0100

    Refactor buildClass and mkDictSelId a bit, to avoid the no_unf argument
    
    No change in functionality, just a cleaner story, with the RHS for
    dictionary selectors being treated less specially than before.


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

0f978b5be87ab0835301e63e7a3c05a1d3d281d5
 compiler/basicTypes/MkId.lhs                   | 62 +++++++++++++-------------
 compiler/iface/BuildTyCl.lhs                   | 15 +++----
 compiler/iface/TcIface.lhs                     |  2 +-
 compiler/main/TidyPgm.lhs                      |  5 ++-
 compiler/typecheck/TcTyClsDecls.lhs            |  2 +-
 compiler/vectorise/Vectorise/Type/TyConDecl.hs |  1 -
 6 files changed, 41 insertions(+), 46 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 0f978b5be87ab0835301e63e7a3c05a1d3d281d5


More information about the ghc-commits mailing list