[Haskell] Updates using Field Labels

Tomasz Zielonka t.zielonka at students.mimuw.edu.pl
Mon May 17 18:22:02 EDT 2004


On Mon, May 17, 2004 at 11:11:52AM -0400, Gregory Wright wrote:
> When I run the real program or the attached sample program I get the
> error
> 
> Fail: ios.hs:50: Missing field in record construction Main.sigPriority
> 
> (This is using GHC-6.2.1 on Mac OS X 10.3.3 built from darwinports.)
> 
> I don't understand the reason for this error message. It seems to
> be more constraining than my reading of section 3.15.3 of the
> Report (Updates Using Field Labels).

I think you should change ,,Signature'' in lines 50, 56 to
,,peSig event''. Right now you are using record construction,
not update.

Best regards,
Tom

-- 
.signature: Too many levels of symbolic links


More information about the Haskell mailing list