Fix a long-standing infelicity in the type pretty printer
authorsimonpj@microsoft.com <unknown>
Wed, 16 Dec 2009 08:45:13 +0000 (08:45 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 16 Dec 2009 08:45:13 +0000 (08:45 +0000)
commit0e73a9fbdc8555ffb948cfd72401a700b122c395
tree474c39c6e8919571b50b41e560569e511fe87daf
parent62cb4648d213b9106197a57578dc4823d19491f2
Fix a long-standing infelicity in the type pretty printer

We weren't parenthesising
   List (C Int)
correctly, when (C Int) is a PredTy
compiler/types/TypeRep.lhs