[commit: ghc] wip/T16185: Progress on #16185 (07e58c7)

git at git.haskell.org git at git.haskell.org
Wed Jan 16 18:22:55 UTC 2019


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

On branch  : wip/T16185
Link       : http://ghc.haskell.org/trac/ghc/changeset/07e58c7d5b2186954987578abc0889cfe0fd9625/ghc

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

commit 07e58c7d5b2186954987578abc0889cfe0fd9625
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Jan 16 17:28:27 2019 +0000

    Progress on #16185


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

07e58c7d5b2186954987578abc0889cfe0fd9625
 compiler/basicTypes/Var.hs-boot                    |  7 ++++
 compiler/iface/IfaceType.hs                        | 16 +++++---
 compiler/prelude/TysWiredIn.hs                     | 10 -----
 compiler/prelude/TysWiredIn.hs-boot                |  5 ---
 compiler/typecheck/TcFlatten.hs                    |  4 +-
 compiler/typecheck/TcHsType.hs                     |  4 +-
 compiler/typecheck/TcMatches.hs                    |  4 +-
 compiler/typecheck/TcSigs.hs                       |  1 +
 compiler/typecheck/TcUnify.hs                      |  4 +-
 compiler/types/OptCoercion.hs                      | 10 +++--
 compiler/types/TyCoRep.hs                          | 21 ++++++----
 compiler/types/TyCoRep.hs-boot                     |  6 ++-
 compiler/types/TyCon.hs                            | 45 ++++++++++++----------
 compiler/types/Type.hs                             |  4 +-
 .../tests/typecheck/should_fail/tcfail057.stderr   |  2 +-
 15 files changed, 79 insertions(+), 64 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 07e58c7d5b2186954987578abc0889cfe0fd9625


More information about the ghc-commits mailing list