#4395: T1735(ghci) failing with core-lint error
----------------------------------------+-----------------------------------
    Reporter:  simonmar                 |        Owner:              
        Type:  bug                      |       Status:  new         
    Priority:  highest                  |    Milestone:  7.0.1       
   Component:  Compiler (Type checker)  |      Version:  6.12.3      
    Keywords:                           |     Testcase:              
   Blockedby:                           |   Difficulty:              
          Os:  Unknown/Multiple         |     Blocking:              
Architecture:  Unknown/Multiple         |      Failure:  None/Unknown
----------------------------------------+-----------------------------------
 excerpt from the error message:

 {{{
 GHCi, version 7.1.20101013: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 [1 of 6] Compiling T1735_Help.Context ( T1735_Help/Context.hs, interpreted
 )
 [2 of 6] Compiling T1735_Help.State ( T1735_Help/State.hs, interpreted )
 [3 of 6] Compiling T1735_Help.Basics ( T1735_Help/Basics.hs, interpreted )
 [4 of 6] Compiling T1735_Help.Instances ( T1735_Help/Instances.hs,
 interpreted )
 [5 of 6] Compiling T1735_Help.Xml   ( T1735_Help/Xml.hs, interpreted )
 *** Core Lint errors : in result of Tidy Core ***
 {-# LINE 122 "T1735_Help/Xml.hs #-}:
     [RHS of T1735_Help.Xml.typeNotValue :: forall a_a1NJ.
                                            T1735_Help.Xml.Xml a_a1NJ =>
                                            a_a1NJ -> a_a1NJ]
     Demand type has  2  arguments, rhs has  1 arguments,
 T1735_Help.Xml.typeNotValue
     Binder's strictness signature: DmdType TTb
 }}}

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