[commit: ghc] master: Mainly tidying up pretty printing of types (2126f7a)

Simon Peyton Jones simonpj at microsoft.com
Thu Feb 16 16:11:17 CET 2012


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2126f7a82cf7661c8c29a182c33684067c9ab96d

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

commit 2126f7a82cf7661c8c29a182c33684067c9ab96d
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Feb 16 13:40:22 2012 +0000

    Mainly tidying up pretty printing of types
    
    including (a) centralising Outputable.paBrackets
              (b) printing the quote on promoted TyCon/DataCon

 compiler/hsSyn/HsExpr.lhs     |   11 ++-------
 compiler/hsSyn/HsPat.lhs      |    7 +-----
 compiler/hsSyn/HsTypes.lhs    |    6 +----
 compiler/iface/IfaceType.lhs  |    6 +----
 compiler/types/TypeRep.lhs    |   44 ++++++++++++++++++++--------------------
 compiler/utils/Outputable.lhs |   29 +++++++++++++++-----------
 6 files changed, 45 insertions(+), 58 deletions(-)


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

    git show 2126f7a82cf7661c8c29a182c33684067c9ab96d



More information about the Cvs-ghc mailing list