[commit: ghc] wip/T12626: A quick stab at compressing type arguments (#12626) (384c3ed)
git at git.haskell.org
git at git.haskell.org
Mon Sep 26 18:16:49 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T12626
Link : http://ghc.haskell.org/trac/ghc/changeset/384c3edf57a025e61864906f735089c1ef410f30/ghc
>---------------------------------------------------------------
commit 384c3edf57a025e61864906f735089c1ef410f30
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.
>---------------------------------------------------------------
384c3edf57a025e61864906f735089c1ef410f30
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 384c3edf57a025e61864906f735089c1ef410f30
More information about the ghc-commits
mailing list