[commit: ghc] wip/T11731: Core pretty printer: Omit wild case binders (809ecf2)
git at git.haskell.org
git at git.haskell.org
Thu Mar 31 14:36:14 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11731
Link : http://ghc.haskell.org/trac/ghc/changeset/809ecf2e6b94badd078760857886bde9068780d9/ghc
>---------------------------------------------------------------
commit 809ecf2e6b94badd078760857886bde9068780d9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Mar 30 13:22:26 2016 +0200
Core pretty printer: Omit wild case binders
as they (especially their id info with absence information) clutter the
output too much. They come back with debug_on.
>---------------------------------------------------------------
809ecf2e6b94badd078760857886bde9068780d9
compiler/coreSyn/PprCore.hs | 43 +++++++++++++++++-----
compiler/hsSyn/HsBinds.hs | 2 +-
compiler/stgSyn/StgSyn.hs | 2 +-
compiler/utils/Outputable.hs | 7 +++-
.../tests/deSugar/should_compile/T2431.stderr | 2 +-
.../tests/numeric/should_compile/T7116.stdout | 16 +++-----
.../tests/simplCore/should_compile/T3717.stderr | 4 +-
.../tests/simplCore/should_compile/T3772.stdout | 5 +--
.../tests/simplCore/should_compile/T4908.stderr | 8 ++--
.../tests/simplCore/should_compile/T4930.stderr | 10 ++---
.../tests/simplCore/should_compile/T5366.stdout | 3 +-
.../tests/simplCore/should_compile/T7360.stderr | 12 ++----
.../tests/simplCore/should_compile/T7865.stdout | 4 +-
.../simplCore/should_compile/spec-inline.stderr | 28 ++++++--------
14 files changed, 79 insertions(+), 67 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 809ecf2e6b94badd078760857886bde9068780d9
More information about the ghc-commits
mailing list