[GHC] #12039: Panic with partial class definition
GHC
ghc-devs at haskell.org
Tue May 10 12:46:19 UTC 2016
#12039: Panic with partial class definition
-------------------------------------+-------------------------------------
Reporter: maud | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Compiling a class with partial definition fails:
{{{#!hs
class A _ => B a
}}}
{{{
ghc: panic! (the 'impossible' happened)
(GHC version 7.10.3 for x86_64-apple-darwin):
rnHsTyKi HsWildcardTy
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12039>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list