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

git at git.haskell.org git at git.haskell.org
Mon Sep 26 18:16:52 UTC 2016


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

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

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

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

    Move exprType to CoreSyn


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

808015ec38b62cf0566fb35bd9917d4f3e81bc1a
 compiler/basicTypes/MkId.hs                    |   2 +-
 compiler/coreSyn/CoreSyn.hs                    | 127 ++++++++++++++++++++++++-
 compiler/coreSyn/CoreUtils.hs                  | 112 ----------------------
 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, 135 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 808015ec38b62cf0566fb35bd9917d4f3e81bc1a


More information about the ghc-commits mailing list