[commit: ghc] wip/T12626: A quick stab at compressing type arguments (#12626) (5201690)

git at git.haskell.org git at git.haskell.org
Mon Sep 26 17:38:06 UTC 2016


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

On branch  : wip/T12626
Link       : http://ghc.haskell.org/trac/ghc/changeset/5201690cae1a641dfda14abbf3d529270b20212c/ghc

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

commit 5201690cae1a641dfda14abbf3d529270b20212c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Sep 26 09:39:36 2016 -0400

    A quick stab at compressing type arguments (#12626)
    
    Introducing the Apps constructor to Core, and the App pattern synonym.
    No compression performed yet.


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

5201690cae1a641dfda14abbf3d529270b20212c
 compiler/coreSyn/CoreSyn.hs   | 56 ++++++++++++++++++++++++++++++++-----------
 compiler/coreSyn/CoreUtils.hs | 22 ++++++++---------
 compiler/coreSyn/PprCore.hs   | 26 ++++++++++----------
 compiler/ghc.cabal.in         |  4 ++++
 compiler/main/TidyPgm.hs      |  4 ++--
 mk/warnings.mk                |  2 +-
 6 files changed, 73 insertions(+), 41 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 5201690cae1a641dfda14abbf3d529270b20212c


More information about the ghc-commits mailing list