On Fri, Feb 01, 2002 at 02:32:37PM -0500, Dean Herington wrote: > GHC accepts the declaration: > > (a # b) = a ++ b > > but Hugs rejects it, saying: > > Syntax error in input (unexpected `=') > > Who's right? hugs I believe. Ian