#919: Cryptic type error message (should be syntax error)
---------------------------------------------+------------------------------
    Reporter:  [EMAIL PROTECTED]  |        Owner:             
        Type:  bug                           |       Status:  closed     
    Priority:  normal                        |    Milestone:  6.8        
   Component:  Compiler (Type checker)       |      Version:  6.5        
    Severity:  normal                        |   Resolution:  fixed      
    Keywords:                                |   Difficulty:  Easy (1 hr)
          Os:  Unknown                       |     Testcase:             
Architecture:  Unknown                       |  
---------------------------------------------+------------------------------
Changes (by simonmar):

  * resolution:  => fixed
  * testcase:  =>
  * status:  new => closed

Comment:

 Definitely fixed, error is now:

 {{{
 919.hs:1:20:
     Illegal operator `.' in type `forall a . ((a -> Maybe (b, a))
                                               -> a -> c)'
       (Use -XTypeOperators to allow operators in types)
 }}}

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