Re: [Haskell] Updates using Field Labels

2004-05-17 Thread Gregory Wright
Thank you Tom! Silly me! Serves me right to be looking for a 5 dollar explanation when a 10 cent fix is all that is needed. Sheepishly, Greg On May 17, 2004, at 11:39 AM, Tomasz Zielonka wrote: On Mon, May 17, 2004 at 05:22:02PM +0200, Tomasz Zielonka wrote: I think you should change ,,Signature''

Re: [Haskell] Updates using Field Labels

2004-05-17 Thread Tomasz Zielonka
On Mon, May 17, 2004 at 05:22:02PM +0200, Tomasz Zielonka wrote: > I think you should change ,,Signature'' in lines 50, 56 to > ,,peSig event''. Right now you are using record construction, > not update. ,,(peSig event)'' to be precise. Tom -- .signature: Too many levels of symbolic links _

Re: [Haskell] Updates using Field Labels

2004-05-17 Thread Tomasz Zielonka
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