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