Ticket #66 (closed defect: fixed)
Fix parsing and printing of Bot for effect and closures.
| Reported by: | benl | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Source Parser | Version: | 0.1.2 |
| Keywords: | Cc: |
Description
In the parser demo interface file we have:
foreign import pReturn
:: forall t0 t1 %r0
. t0 -> Parser %r0 !Bot $c0 t1 t0
:- $c0 = x : t0
That !Bot won't parse
Perhaps change it to !None
Don't use !_, that's an effect wildcard.
Change History
Note: See
TracTickets for help on using
tickets.
