Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/af26d558fb57150a0035cc72d15f829975db2e9f

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

commit af26d558fb57150a0035cc72d15f829975db2e9f
Author: Simon Peyton Jones <[email protected]>
Date:   Mon Feb 6 08:40:44 2012 +0000

    Give promoted DataCons a tyConArity and promoted TyCons a tyConKind
    
    ..and fix up Core Lint.  (I was getting a bogus Core Lint failure.)

 compiler/basicTypes/DataCon.lhs |   93 +++++++++++++++-
 compiler/coreSyn/CoreLint.lhs   |  231 +++++++++++++++++++++-----------------
 compiler/iface/BuildTyCl.lhs    |    8 --
 compiler/prelude/TysWiredIn.lhs |   10 +-
 compiler/typecheck/TcHsType.lhs |   26 ++---
 compiler/types/Kind.lhs         |   61 +----------
 compiler/types/TyCon.lhs        |   46 ++++----
 7 files changed, 264 insertions(+), 211 deletions(-)


Diff suppressed because of size. To see it, use:

    git show af26d558fb57150a0035cc72d15f829975db2e9f

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to