syntax difference between Hugs and GHC

Dean Herington heringto@cs.unc.edu
Fri, 01 Feb 2002 14:32:37 -0500


GHC accepts the declaration:

        (a # b) = a ++ b

but Hugs rejects it, saying:

        Syntax error in input (unexpected `=')

Who's right?

--Dean