#1383: mistaken qualified infix syntax could have a nicer error message
---------------------------------+------------------------------------------
    Reporter:  Isaac Dupree      |       Owner:                  
        Type:  feature request   |      Status:  new             
    Priority:  low               |   Milestone:  _|_             
   Component:  Compiler          |     Version:  6.6.1           
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by Yuras):

 * cc: shumovichy@… (added)
  * failure:  => None/Unknown


Comment:

 It can be pretty valid expression. An example:

 {{{
 Prelude> data Prelude a = Prelude a
 Prelude> :t Prelude.(+)
 Prelude.(+) :: Num a => a -> Prelude (a -> a)
 Prelude>

 }}}

 The ticket seems invalid for me.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1383#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to