[GHC] #10193: TypeRep Show instance doesn't add parens around type operators

GHC ghc-devs at haskell.org
Thu Mar 26 15:14:14 UTC 2015


#10193: TypeRep Show instance doesn't add parens around type operators
-------------------------------------+-------------------------------------
        Reporter:  pawel.nowak       |                   Owner:
            Type:  bug               |                  Status:  new
        Priority:  normal            |               Milestone:  7.12.1
       Component:  libraries/base    |                 Version:  7.10.1-rc3
      Resolution:                    |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  Incorrect result  |  Unknown/Multiple
  at runtime                         |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:                    |  Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by thomie):

 * milestone:   => 7.12.1


Comment:

 Fwiw, GHCi does the right thing already:
 {{{
 > :t Pair 'a' 'b'
 Pair 'a' 'b' :: Char :*: Char
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10193#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list