Re: syntax difference between Hugs and GHC

2002-02-02 Thread Ian Lynagh
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 ___

syntax difference between Hugs and GHC

2002-02-01 Thread Dean Herington
GHC accepts the declaration: (a # b) = a ++ b but Hugs rejects it, saying: Syntax error in input (unexpected `=') Who's right? --Dean ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell