id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
66,Fix parsing and printing of Bot for effect and closures.,benl,,"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.

",defect,closed,blocker,0.1.3,Source Parser,0.1.2,fixed,,
