Ticket #64 (closed defect: fixed)
Parsing problems with when/irrefutable patterns
| Reported by: | benl | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Source Parser | Version: | 0.1.2 |
| Keywords: | Cc: |
Description (last modified by benl) (diff)
This code fails to parse:
fun () = do when (True) do Just x = Just "wibble" putStr x
ddc: "./test/Broken-skip/ParseIrrefutable/Test.ds" (line 5, column 5): unexpected ()
Test is T64-ParseWhenIrref
Change History
Note: See
TracTickets for help on using
tickets.
