[commit: ghc] master: Use correct precedence when printing contexts with class operators (48089cc)

git at git.haskell.org git at git.haskell.org
Tue Oct 7 08:17:43 UTC 2014


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

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

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

commit 48089ccf4f1f239b3268b2cb52b8aa0f7356485b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Oct 2 17:47:21 2014 +0100

    Use correct precedence when printing contexts with class operators
    
    Fixes Trac #9658


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

48089ccf4f1f239b3268b2cb52b8aa0f7356485b
 compiler/types/TypeRep.lhs                                     | 5 ++++-
 testsuite/tests/gadt/T7558.stderr                              | 2 +-
 testsuite/tests/ghci/scripts/Defer02.stderr                    | 8 ++++----
 testsuite/tests/ghci/scripts/T9658.script                      | 4 ++++
 testsuite/tests/ghci/scripts/T9658.stdout                      | 1 +
 testsuite/tests/ghci/scripts/all.T                             | 1 +
 testsuite/tests/indexed-types/should_compile/Simple14.stderr   | 2 +-
 testsuite/tests/indexed-types/should_fail/ExtraTcsUntch.stderr | 2 +-
 testsuite/tests/indexed-types/should_fail/SimpleFail15.stderr  | 2 +-
 testsuite/tests/indexed-types/should_fail/T2239.stderr         | 4 ++--
 testsuite/tests/indexed-types/should_fail/T4093a.stderr        | 4 ++--
 testsuite/tests/perf/compiler/T5837.stderr                     | 2 +-
 testsuite/tests/polykinds/T7230.stderr                         | 3 ++-
 testsuite/tests/roles/should_compile/Roles3.stderr             | 2 +-
 testsuite/tests/typecheck/should_fail/ContextStack2.stderr     | 2 +-
 testsuite/tests/typecheck/should_fail/FrozenErrorTests.stderr  | 2 +-
 testsuite/tests/typecheck/should_fail/T5858.stderr             | 2 +-
 testsuite/tests/typecheck/should_fail/T7857.stderr             | 2 +-
 testsuite/tests/typecheck/should_fail/T8392a.stderr            | 4 ++--
 19 files changed, 32 insertions(+), 22 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 48089ccf4f1f239b3268b2cb52b8aa0f7356485b


More information about the ghc-commits mailing list