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

git at git.haskell.org git at git.haskell.org
Mon Sep 26 17:38:03 UTC 2016


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

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

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

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

    Move exprType to CoreSyn


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

21200ea5d53bf950bf6014caa7ca62de7768e80c
 compiler/basicTypes/MkId.hs                    |   2 +-
 compiler/coreSyn/CoreSyn.hs                    | 127 ++++++++++++++++++++++++-
 compiler/coreSyn/CoreUtils.hs                  | 110 ---------------------
 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/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 -
 21 files changed, 135 insertions(+), 132 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 21200ea5d53bf950bf6014caa7ca62de7768e80c


More information about the ghc-commits mailing list