[commit: ghc] master: Remove HsContext from ppr_mono_ty, and remove ppParendHsType (3b23f68)

git at git.haskell.org git at git.haskell.org
Sun May 28 10:54:14 UTC 2017


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

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

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

commit 3b23f680c2b1f80b693eb8896fb21e4bbf8edc7e
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Fri May 26 17:06:11 2017 +0200

    Remove HsContext from ppr_mono_ty, and remove ppParendHsType
    
    This is a cleanup after Trac #13238, as the context was no longer being used.


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

3b23f680c2b1f80b693eb8896fb21e4bbf8edc7e
 compiler/hsSyn/Convert.hs                          |   6 +-
 compiler/hsSyn/HsDecls.hs                          |   8 +-
 compiler/hsSyn/HsExpr.hs                           |   2 +-
 compiler/hsSyn/HsTypes.hs                          | 114 ++++++++++-----------
 compiler/typecheck/TcExpr.hs                       |   2 +-
 compiler/typecheck/TcInstDcls.hs                   |   3 +-
 .../haddock/haddock_examples/haddock.Test.stderr   |  22 ++--
 .../should_compile_flag_haddock/haddockA023.stderr |   2 +-
 .../should_compile_flag_haddock/haddockA024.stderr |   2 +-
 .../should_compile_flag_haddock/haddockA025.stderr |   2 +-
 .../should_compile_flag_haddock/haddockA026.stderr |   2 +-
 .../should_compile_flag_haddock/haddockA027.stderr |   4 +-
 .../should_compile_flag_haddock/haddockA028.stderr |   2 +-
 .../indexed-types/should_compile/Simple14.stderr   |   2 +-
 .../indexed-types/should_fail/SimpleFail15.stderr  |   2 +-
 testsuite/tests/polykinds/T10503.stderr            |   3 +-
 testsuite/tests/polykinds/T7328.stderr             |   2 +-
 17 files changed, 89 insertions(+), 91 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 3b23f680c2b1f80b693eb8896fb21e4bbf8edc7e


More information about the ghc-commits mailing list