syntax difference between Hugs and GHC

Ian Lynagh igloo@earth.li
Sat, 2 Feb 2002 17:07:32 +0000


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