[commit: ghc] wip/T15809: Print tycon arity in -ddump-types (74602f5)

git at git.haskell.org git at git.haskell.org
Wed Nov 14 15:27:26 UTC 2018


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

On branch  : wip/T15809
Link       : http://ghc.haskell.org/trac/ghc/changeset/74602f5cdcf832b35c5aedb09a11755c67957b95/ghc

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

commit 74602f5cdcf832b35c5aedb09a11755c67957b95
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Nov 14 14:57:08 2018 +0000

    Print tycon arity in -ddump-types


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

74602f5cdcf832b35c5aedb09a11755c67957b95
 compiler/typecheck/TcRnDriver.hs                         |  2 +-
 testsuite/tests/dependent/should_compile/T15743.stderr   |  2 +-
 testsuite/tests/dependent/should_compile/T15743e.stderr  |  4 ++--
 .../tests/indexed-types/should_compile/T15711.stderr     |  4 ++--
 .../tests/indexed-types/should_compile/T3017.stderr      |  6 +++---
 testsuite/tests/partial-sigs/should_compile/ADT.stderr   |  2 +-
 .../should_compile/DataFamilyInstanceLHS.stderr          |  4 ++--
 .../tests/partial-sigs/should_compile/Meltdown.stderr    |  2 +-
 .../NamedWildcardInDataFamilyInstanceLHS.stderr          |  4 ++--
 .../NamedWildcardInTypeFamilyInstanceLHS.stderr          |  2 +-
 .../tests/partial-sigs/should_compile/SkipMany.stderr    |  2 +-
 .../should_compile/TypeFamilyInstanceLHS.stderr          |  2 +-
 testsuite/tests/polykinds/T15592.stderr                  |  2 +-
 testsuite/tests/polykinds/T15592b.stderr                 |  4 ++--
 testsuite/tests/roles/should_compile/Roles1.stderr       | 14 +++++++-------
 testsuite/tests/roles/should_compile/Roles14.stderr      |  2 +-
 testsuite/tests/roles/should_compile/Roles2.stderr       |  4 ++--
 testsuite/tests/roles/should_compile/Roles3.stderr       | 16 ++++++++--------
 testsuite/tests/roles/should_compile/Roles4.stderr       |  6 +++---
 testsuite/tests/roles/should_compile/T8958.stderr        |  6 +++---
 testsuite/tests/th/TH_Roles2.stderr                      |  2 +-
 testsuite/tests/typecheck/should_compile/T12763.stderr   |  2 +-
 testsuite/tests/typecheck/should_compile/tc231.stderr    |  6 +++---
 23 files changed, 50 insertions(+), 50 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 74602f5cdcf832b35c5aedb09a11755c67957b95


More information about the ghc-commits mailing list