Ticket #189 (closed bug report: wontfix)
Ambiguous infix expression
| Reported by: | YurasShumovich | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | parser | Version: | |
| Keywords: | Cc: | shumovichy@… |
Description
Updating from HSE-1.3.4 to HSE-1.8.2 I found that the next module can't be parsed with new version:
module Main where import Control.Arrow doSth = (+ 1) . head &&& tail
The old version parses the code successfully.
ghc-6.10.4 on Mac OS X 10.5.8
Change History
Note: See
TracTickets for help on using
tickets.
