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 _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell