[commit: ghc] wip/T12626: Move exprType to CoreSyn (b211409)

git at git.haskell.org git at git.haskell.org
Mon Sep 26 18:24:32 UTC 2016


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

On branch  : wip/T12626
Link       : http://ghc.haskell.org/trac/ghc/changeset/b21140947d409516ec7fbbefa52b67ce77f18030/ghc

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

commit b21140947d409516ec7fbbefa52b67ce77f18030
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Sep 26 09:48:26 2016 -0400

    Move exprType to CoreSyn


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

b21140947d409516ec7fbbefa52b67ce77f18030
 compiler/basicTypes/MkId.hs                    |   2 +-
 compiler/coreSyn/CoreSyn.hs                    | 127 ++++++++++++++++++++++++-
 compiler/coreSyn/CoreUtils.hs                  | 113 +---------------------
 compiler/coreSyn/MkCore.hs                     |   2 +-
 compiler/deSugar/DsCCall.hs                    |   1 -
 compiler/deSugar/DsMeta.hs                     |   1 -
 compiler/deSugar/DsUtils.hs                    |   1 -
 compiler/main/GHC.hs                           |   2 +-
 compiler/simplCore/SAT.hs                      |   1 -
 compiler/simplCore/SetLevels.hs                |   3 +-
 compiler/specialise/Rules.hs                   |   2 +-
 compiler/specialise/Specialise.hs              |   2 +-
 compiler/stgSyn/CoreToStg.hs                   |   2 +-
 compiler/stranal/DmdAnal.hs                    |   2 +-
 compiler/stranal/WorkWrap.hs                   |   2 +-
 compiler/stranal/WwLib.hs                      |   2 +-
 compiler/vectorise/Vectorise/Generic/PADict.hs |   1 -
 compiler/vectorise/Vectorise/Type/Env.hs       |   1 -
 compiler/vectorise/Vectorise/Utils.hs          |   1 -
 compiler/vectorise/Vectorise/Utils/Base.hs     |   1 -
 compiler/vectorise/Vectorise/Utils/Closure.hs  |   1 -
 compiler/vectorise/Vectorise/Utils/Hoisting.hs |   1 -
 22 files changed, 136 insertions(+), 135 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 b21140947d409516ec7fbbefa52b67ce77f18030


More information about the ghc-commits mailing list