[GHC] #8204: Impossible when deriving Read for empty data declaration
GHC
ghc-devs at haskell.org
Fri Aug 30 22:16:06 UTC 2013
#8204: Impossible when deriving Read for empty data declaration
-------------------------------------+------------------------------------
Reporter: tinctorius | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by tinctorius):
Of course I mean
{{{
-- Ugh, fine...
{-# LANGUAGE StandaloneDeriving #-}
data X
deriving instance Read X
main :: IO ()
main = return ()
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8204#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list