
16 Dec
2002
16 Dec
'02
7:43 a.m.
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