Ticket #35 (closed bug report: fixed)
Bang patterns inside tuples etc aren't parsed correctly
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | Full code support |
| Component: | parser | Version: | 0.5.3 |
| Keywords: | Cc: |
Description
This is just to report on a bug I already fixed:
foo = let (!x,!y) = bar in baz
The fix forced a bit of restructuring in the PExp type, to allow these to be parsed as "partial" right sections (i.e. without parens around them). But other than that there was not much to it, and now it works.
Change History
Note: See
TracTickets for help on using
tickets.
