[GHC] #9371: Overlapping type families, segafult
GHC
ghc-devs at haskell.org
Mon Jul 28 02:58:06 UTC 2014
#9371: Overlapping type families, segafult
----------------------------------------+----------------------------------
Reporter: pingu | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64 (amd64)
Type of failure: Runtime crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
----------------------------------------+----------------------------------
Comment (by carter):
{{{
main = print (makeD :: D (String, String))
}}}
this seems to be ambiguous wrt which D constructor is chosen, right? (at
least wrt the instance of class C and thence makeD right?)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9371#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list