[commit: ghc] wip/T7994-calledArity: More CallArity to its own module (3ac498e)

git at git.haskell.org git at git.haskell.org
Wed Jan 29 15:17:55 UTC 2014


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

On branch  : wip/T7994-calledArity
Link       : http://ghc.haskell.org/trac/ghc/changeset/3ac498e3e88809711b02cc7d1759bf63321cf27c/ghc

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

commit 3ac498e3e88809711b02cc7d1759bf63321cf27c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jan 29 13:54:44 2014 +0000

    More CallArity to its own module


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

3ac498e3e88809711b02cc7d1759bf63321cf27c
 compiler/basicTypes/Id.lhs              |   14 +-
 compiler/basicTypes/IdInfo.lhs          |   10 +-
 compiler/coreSyn/CoreArity.lhs          |  251 +----------------------------
 compiler/coreSyn/PprCore.lhs            |    4 +-
 compiler/ghc.cabal.in                   |    1 +
 compiler/simplCore/CallArity.hs         |  267 +++++++++++++++++++++++++++++++
 compiler/simplCore/SimplCore.lhs        |    2 +-
 compiler/simplCore/SimplUtils.lhs       |    2 +-
 testsuite/tests/callarity/CallArity1.hs |    4 +-
 9 files changed, 287 insertions(+), 268 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 3ac498e3e88809711b02cc7d1759bf63321cf27c


More information about the ghc-commits mailing list