
#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