[commit: ghc] wip/T11731: Core pretty printer: Omit wild case binders (9ee312c)

git at git.haskell.org git at git.haskell.org
Thu Mar 31 11:35:25 UTC 2016


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

On branch  : wip/T11731
Link       : http://ghc.haskell.org/trac/ghc/changeset/9ee312c1beb60175ad1c9bb600cc5e581e8937aa/ghc

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

commit 9ee312c1beb60175ad1c9bb600cc5e581e8937aa
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.


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

9ee312c1beb60175ad1c9bb600cc5e581e8937aa
 compiler/coreSyn/PprCore.hs                        | 43 +++++++++++++++++-----
 compiler/hsSyn/HsBinds.hs                          |  2 +-
 compiler/stgSyn/StgSyn.hs                          |  2 +-
 compiler/utils/Outputable.hs                       |  6 ++-
 .../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, 78 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 9ee312c1beb60175ad1c9bb600cc5e581e8937aa


More information about the ghc-commits mailing list