[GHC] #9115: The kind of (=>)

GHC ghc-devs at haskell.org
Wed Jun 11 11:40:26 UTC 2014


#9115: The kind of (=>)
-------------------------------------+------------------------------------
        Reporter:  kosmikus          |            Owner:
            Type:  feature request   |           Status:  closed
        Priority:  low               |        Milestone:
       Component:  Compiler          |          Version:  7.8.2
      Resolution:  wontfix           |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------
Changes (by goldfire):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 I will close, but your post made me realize something. Instead of writing
 `(Eq a, Show a, Read a) => a -> a`, I can write `Eq a => Show a => Read a
 => a -> a`, which I somehow like more. Haven't checked how it Haddocks,
 though...

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


More information about the ghc-tickets mailing list