[commit: ghc] wip/branchedness: Convert 'Branched and 'Unbranched to have its own kind (b5be9b7)

git at git.haskell.org git at git.haskell.org
Fri Jul 31 12:42:00 UTC 2015


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

On branch  : wip/branchedness
Link       : http://ghc.haskell.org/trac/ghc/changeset/b5be9b7fb82b1e0a56c996771abd03f1c2d28557/ghc

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

commit b5be9b7fb82b1e0a56c996771abd03f1c2d28557
Author: Gabor Greif <ggreif at gmail.com>
Date:   Thu Jul 30 17:15:31 2015 +0200

    Convert 'Branched and 'Unbranched to have its own kind


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

b5be9b7fb82b1e0a56c996771abd03f1c2d28557
 compiler/basicTypes/MkId.hs                       |  2 +-
 compiler/iface/TcIface.hs                         |  2 +-
 compiler/main/HscTypes.hs                         |  2 +-
 compiler/typecheck/FamInst.hs                     |  2 +-
 compiler/typecheck/TcEnv.hs                       |  2 +-
 compiler/typecheck/TcEvidence.hs                  |  2 +-
 compiler/typecheck/TcTyClsDecls.hs                |  2 +-
 compiler/types/CoAxiom.hs                         | 24 ++++++++++++-----------
 compiler/types/Coercion.hs                        |  2 +-
 compiler/types/FamInstEnv.hs                      |  2 +-
 compiler/types/OptCoercion.hs                     |  2 +-
 compiler/types/TyCon.hs                           |  2 +-
 compiler/types/TypeRep.hs                         |  2 +-
 compiler/vectorise/Vectorise/Generic/PADict.hs    |  1 +
 compiler/vectorise/Vectorise/Generic/PAMethods.hs |  1 +
 compiler/vectorise/Vectorise/Type/Env.hs          |  2 +-
 compiler/vectorise/Vectorise/Utils/PADict.hs      |  2 ++
 17 files changed, 30 insertions(+), 24 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 b5be9b7fb82b1e0a56c996771abd03f1c2d28557


More information about the ghc-commits mailing list