Incorrect syntax errors

Johan Nordlander nordland@cse.ogi.edu
Tue, 11 Dec 2001 13:36:17 -0800


> On Tue, Dec 11, 2001 at 11:39:48AM -0800, Johan Nordlander wrote:
>> On Tuesday, December 11, 2001, at 05:17  AM, Ian Lynagh wrote:
>>
>>>     {
>>>      foo = 5
>>>     }
>>
>> I'm afraid both your examples are incorrect.  The first one
>> isn't a valid Haskell module (as you're probably aware), and the
>
> Why not?
>
>
> Thanks
> Ian

I stand corrected!  The report actually allows the form of your 
first example.  I've fixed the Hugs parser, and the change will 
be included in the upcoming release.

All the best,
Johan