Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : cardinality
http://hackage.haskell.org/trac/ghc/changeset/b14c175a9c9b24a6625a538256b19801b3f2fc7b >--------------------------------------------------------------- commit b14c175a9c9b24a6625a538256b19801b3f2fc7b Author: Ilya Sergey <[email protected]> Date: Tue Aug 28 20:14:22 2012 +0100 pretty-printing changed >--------------------------------------------------------------- compiler/basicTypes/Demand.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/basicTypes/Demand.lhs b/compiler/basicTypes/Demand.lhs index 66e7f31..295bf2c 100644 --- a/compiler/basicTypes/Demand.lhs +++ b/compiler/basicTypes/Demand.lhs @@ -232,7 +232,7 @@ instance Outputable AbsDmd where instance Outputable Count where ppr One = char '1' - ppr Many = char '*' + ppr Many = text "" -- Well-formedness preserving constructors for the Absence domain usedOnce :: AbsDmd _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
