#1701: impossible happened
-----------------------------------------+----------------------------------
    Reporter:  [EMAIL PROTECTED]  |        Owner:                  
        Type:  bug                       |       Status:  new             
    Priority:  normal                    |    Milestone:  6.8.1           
   Component:  Compiler                  |      Version:  6.6.1           
    Severity:  normal                    |   Resolution:                  
    Keywords:  impossible                |   Difficulty:  Moderate (1 day)
          Os:  Linux                     |     Testcase:                  
Architecture:  x86_64 (amd64)            |  
-----------------------------------------+----------------------------------
Comment (by simonpj):

 OK this seems to be fixed.  Now, with both the 6.8 branch and the HEAD we
 get
 {{{
 Hpaste2772.hs:57:28:
     Couldn't match expected type `a (t b) (t b)'
            against inferred type `[a1]'
     In the first argument of `replaceChildren', namely
         `[(readString text)]'
     In the expression: replaceChildren [(readString text)]
     In the definition of `insertContent':
         insertContent = replaceChildren [(readString text)]
 }}}
 I think this is another variant of a 6.6.1 bug where insufficient kind-
 checking was done.

 So I claim it's fixed.  Would you like to check?  Then we can close it.

 Simon

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