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

git at git.haskell.org git at git.haskell.org
Fri Nov 16 16:54:59 UTC 2018


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

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

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

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

    Print tycon arity in -ddump-types


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

c724f929b67a40b0e9f1c3f012dc09e5f64d964a
 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 c724f929b67a40b0e9f1c3f012dc09e5f64d964a


More information about the ghc-commits mailing list