[commit: ghc] master: Define TyCoRep.ppSuggestExplicitKinds, and use it (d59939a)

git at git.haskell.org git at git.haskell.org
Tue Apr 19 07:39:24 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/d59939a4efeaca297cd2ad70a86ad589d1872003/ghc

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

commit d59939a4efeaca297cd2ad70a86ad589d1872003
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon Apr 18 14:54:03 2016 +0100

    Define TyCoRep.ppSuggestExplicitKinds, and use it
    
    This just defines a useful helper function that was being
    duplicated in several places


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

d59939a4efeaca297cd2ad70a86ad589d1872003
 compiler/typecheck/FamInst.hs                          |  5 +----
 compiler/typecheck/FunDeps.hs                          |  2 +-
 compiler/typecheck/TcErrors.hs                         | 13 +++----------
 compiler/types/TyCoRep.hs                              | 10 +++++++++-
 compiler/types/Type.hs                                 |  2 +-
 testsuite/tests/ghci/scripts/T6018ghcifail.stderr      |  6 +++---
 testsuite/tests/typecheck/should_fail/T6018fail.stderr |  8 ++++----
 7 files changed, 22 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 d59939a4efeaca297cd2ad70a86ad589d1872003


More information about the ghc-commits mailing list