#6085: I found that it cannot be written such as [False..]
----------------------------------------+-----------------------------------
  Reporter:  phi16                      |          Owner:                  
      Type:  bug                        |         Status:  closed          
  Priority:  normal                     |      Milestone:                  
 Component:  Compiler                   |        Version:  7.4.1           
Resolution:  invalid                    |       Keywords:                  
        Os:  Windows                    |   Architecture:  Unknown/Multiple
   Failure:  GHC rejects valid program  |     Difficulty:  Unknown         
  Testcase:                             |      Blockedby:                  
  Blocking:                             |        Related:                  
----------------------------------------+-----------------------------------
Changes (by simonpj):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => invalid


Comment:

 The trouble is that "`False..`" is being lexed as a qualified name.  You
 have to write `[False ..]` with a space.

 See http://hackage.haskell.org/trac/haskell-prime/wiki/QualifiedOperators.
 We tried to put this change in Haskell Prime but it was rejected so we
 backed off.

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