small problem with ghc(i) on Windows

Peter Strand d98peter@dtek.chalmers.se
Mon, 16 Dec 2002 13:43:51 +0100


On Mon, Dec 16, 2002 at 01:26:31PM +0100, Jerzy Karczmarczuk wrote:
> Apparently the form (#) is considered illegal. It works on my Linux.
> On Win2000: parse error on input ')'

You don't happen to use -fglasgow-exts on windows?
That gives parse error on the sequence "(#"

I guess it's related to unboxed tuples using that notation..

I've also found this a bit annoying, is it fixable?


/Peter