
Hi Q1: Where do I send these emails on the shared Yhc/nhc bit? Should we perhaps merge both into one list? Q2: There seems to be a bug in the pattern guard parsing: test | a = b | Just c <- d = e Error: C:\DOCUME~2\Uni\yhc\current\inst\bin\StackSet.hs(5:5) Found | but expecte d a {-end-of-definition-or-EOF-} This fragment is a reduced test case from StackSet.hs in XMonad. I would _really_ like to be able to compile that module with Yhc! Thanks Neil

"Neil Mitchell"
Q1: Where do I send these emails on the shared Yhc/nhc bit? Should we perhaps merge both into one list?
The Yhc list should be OK, since I think I'm the only person who contributes on the nhc98 side anyway. :-)
Q2: There seems to be a bug in the pattern guard parsing:
test | a = b | Just c <- d = e
Found | but expected a {-end-of-definition-or-EOF-}
Now fixed I hope. Regards, Malcolm
participants (2)
-
Malcolm Wallace
-
Neil Mitchell