Ticket #173 (assigned defect)
Faliure to parse type annotations within list defintion
| Reported by: | erikd | Owned by: | erikd |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Source Parser | Version: | |
| Keywords: | Cc: |
Description
The following parses correctly under GHC bug fails with DDC
main = println $ show [ (1::Int) .. 10 ]
Change History
Note: See
TracTickets for help on using
tickets.
