#2787: Panic (core lint failure) with type synonym in GHC 6.10.1
----------------------------------------+-----------------------------------
    Reporter:  BenMoseley               |        Owner:  chak            
        Type:  bug                      |       Status:  new             
    Priority:  normal                   |    Milestone:                  
   Component:  Compiler (Type checker)  |      Version:  6.10.1          
    Severity:  major                    |   Resolution:                  
    Keywords:                           |     Testcase:                  
Architecture:  x86                      |           Os:  Unknown/Multiple
----------------------------------------+-----------------------------------
Changes (by chak):

  * owner:  => chak
  * os:  Windows => Unknown/Multiple

Comment:

 Thanks for the bug report.  In your code example, you could write
 {{{
   ...
   where
      pvr :: PVR a
      pvr = undefined
 }}}
 That signature would be equivalent to the one that causes the panic.

 I am just suggesting this as a possible work around until GHC has been
 fixed, but maybe it is only applicable to the stripped down example of
 your bug report.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2787#comment:1>
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