11 Dec
2001
11 Dec
'01
3:14 p.m.
On Tue, Dec 11, 2001 at 01:17:07PM +0000, Ian Lynagh wrote:
{ foo = 5 }
ERROR tt.hs:2 - Syntax error in input (unexpected `{', possibly due to bad layout)
I still think this is an error.
module Foo where { foo = 5 bar = 6 }
ERROR tt.hs:4 - Syntax error in definition (unexpected `=')
But this isn't as discussed elsewhere. Thanks Ian