#3881: section parse errors, e.g. ( let x=1 in x + )
----------------------------------+-----------------------------------------
    Reporter:  igloo              |        Owner:              
        Type:  bug                |       Status:  new         
    Priority:  normal             |    Milestone:  6.16.1      
   Component:  Compiler (Parser)  |      Version:  6.12.1      
    Keywords:                     |   Difficulty:              
          Os:  Unknown/Multiple   |     Testcase:              
Architecture:  Unknown/Multiple   |      Failure:  None/Unknown
----------------------------------+-----------------------------------------
 These parse errors were brought up on the Haskell' list:
 http://www.haskell.org/pipermail/haskell-prime/2010-February/003093.html
 {{{
 Prelude> :t ( let x=1 in x + )

 <interactive>:1:18: parse error on input `)'
 }}}
 {{{
 Prelude> :t ( if True then 1 else 2 + )

 <interactive>:1:27: parse error on input `)'
 }}}
 Milestoned for 6.16.1, as it sounds like the language definition may get
 changed in H'.

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