[jhc] jhc-0.7.1 and parsec-2.1.0.1

John Meacham john at repetae.net
Sat Aug 29 19:47:24 EDT 2009


On Fri, Aug 28, 2009 at 02:07:17PM +0200, Christian Maeder wrote:
> Hi,
> 
> I've tried to compile (part of) parsec-2.1.0.1 with jhc-0.7.1
> 
> and Parsec.Combinator had several problems with do-expression as infix
> arguments, which should be simple to fix for you. I.e.
> 
>   do{ p; return ()} <|> return ()
> 
> needed explicit parenthesis:
> 
>   (do{ p; return ()}) <|> return ()
> 
> (also if layout is used instead of curly braces)

Hmm.. okay. this may be related to 
http://repetae.net/computer/jhc/bug/issue-35cc6ddc1a577e163e9830b96f89151f0562c029.html
I'll look into it. thanks for the report!

        John


-- 
John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/


More information about the jhc mailing list