[GHC] #7614: tc_hs_type: bang : The impossible happened
GHC
cvs-ghc at haskell.org
Tue Jan 22 21:37:45 CET 2013
#7614: tc_hs_type: bang : The impossible happened
---------------------------------+------------------------------------------
Reporter: erikd | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.1
Resolution: duplicate | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Compile-time crash | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
---------------------------------+------------------------------------------
Changes (by simonpj):
* status: new => closed
* difficulty: => Unknown
* resolution: => duplicate
Comment:
Thanks. It's a dup of #7210. Happily HEAD says
{{{
T7614.hs:6:17:
Unexpected strictness annotation: !Maybe
In the type `!Maybe Int'
In the definition of data constructor `MyType'
In the data declaration for `MyType'
}}}
I think this is ok.
Simon
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7614#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list