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
