#5366: UNPACK is paranoid about a phantom type argument
---------------------------------+------------------------------------------
    Reporter:  ekmett            |        Owner:                           
        Type:  bug               |       Status:  new                      
    Priority:  normal            |    Milestone:  7.6.1                    
   Component:  Compiler          |      Version:  7.0.3                    
    Keywords:                    |     Testcase:                           
   Blockedby:                    |   Difficulty:                           
          Os:  Unknown/Multiple  |     Blocking:                           
Architecture:  Unknown/Multiple  |      Failure:  GHC rejects valid program
---------------------------------+------------------------------------------
Changes (by igloo):

  * milestone:  => 7.6.1


Comment:

 The root of the problem is that `chooseBoxingStrategy` in
 `typecheck/TcTyClsDecls.lhs` thinks that `Foo` is a recursive type.

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