#5884: GHC panics while trying to derive a Generic instance for Complex a
--------------------------------+-------------------------------------------
 Reporter:  mux                 |          Owner:  dreixel         
     Type:  bug                 |         Status:  new             
 Priority:  normal              |      Component:  Compiler        
  Version:  7.4.1               |       Keywords:                  
       Os:  Unknown/Multiple    |   Architecture:  Unknown/Multiple
  Failure:  Compile-time crash  |       Testcase:                  
Blockedby:                      |       Blocking:                  
  Related:                      |  
--------------------------------+-------------------------------------------
Changes (by dreixel):

  * owner:  => dreixel


Comment:

 Thanks for the report. This is definitely a bug.

 Initially I was thinking this was happening because Complex is an abstract
 datatype, but from what I can see it actually isn't, since its :+:
 constructor is exported. So maybe it's the strictness annotations. I'll
 investigate.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5884#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to