From simonpj@microsoft.com Wed May 30 07:08:56 2001 From: Simon Peyton-Jones To: haskell@haskell.org Subject: Haskell 98 Report Date: Wed, 30 May 2001 04:08:26 -0700 Message-ID: <37DA476A2BC9F64C95379BF66BA26902D72FF2@red-msg-09.redmond.corp.microsoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5787356901940652259==" --===============5787356901940652259== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Folks I've finished what I hope is the final version of the Haskell 98 Language and Library Reports http://research.microsoft.com/~simonpj/haskell98-revised However, experience shows that bug fixes are often themselves buggy, so I urge you, once again, to take a look at your favourite passages and check they are correct. As ever, there's a complete list of changes at the above URL, with the ones I've made since the April release identified for your pleasure. Comments (hopefully vanishingly few) by 15 June please. Thanks very much Simon --===============5787356901940652259==-- From tullsen@cs.yale.edu Wed May 30 12:04:56 2001 From: Mark Tullsen To: haskell@haskell.org Subject: Re: Haskell 98 Report Date: Wed, 30 May 2001 12:04:49 -0400 Message-ID: <3B151A21.BD5CA994@cs.yale.edu> In-Reply-To: <37DA476A2BC9F64C95379BF66BA26902D72FF2@red-msg-09.redmond.corp.microsoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1506564003030366362==" --===============1506564003030366362== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Simon Peyton-Jones wrote: > > Folks > > I've finished what I hope is the final version of the Haskell 98 > Language and Library Reports > http://research.microsoft.com/~simonpj/haskell98-revised > > However, experience shows that bug fixes are often themselves > buggy, so I urge you, once again, to take a look at your favourite > passages and check they are correct. > > As ever, there's a complete list of changes at the above URL, > with the ones I've made since the April release identified for your > pleasure. > > Comments (hopefully vanishingly few) by 15 June please. Simon, Sorry to get this comment in so late, but it is a small change. In the List module, the type signature for deleteBy is not as general as it could be, given the definition. It could be generalized to the following (no change to the definition): deleteBy :: (a -> b -> Bool) -> a -> [b] -> [b] I've found it usefully used at this more general type. Thanks. - Mark --===============1506564003030366362==-- From kahl@heraklit.informatik.unibw-muenchen.de Mon Jun 11 05:28:58 2001 From: kahl@heraklit.informatik.unibw-muenchen.de To: haskell@haskell.org Subject: Re: Haskell 98 Report Date: Mon, 11 Jun 2001 09:22:38 +0000 Message-ID: <20010611092238.11279.qmail@demokrit.informatik.unibw-muenchen.de> In-Reply-To: <37DA476A2BC9F64C95379BF66BA26902D72FF2@red-msg-09.redmond.corp.microsoft.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5399302605390086596==" --===============5399302605390086596== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Simon Peyton-Jones wrote: > I've finished what I hope is the final version of the Haskell 98 > Language and Library Reports > http://research.microsoft.com/~simonpj/haskell98-revised haskell98-library-html/index.html still contains the following line: The Haskell Library Report 1.4 By my count, it should be ``1.6'' ;-) Cheers, Wolfram --===============5399302605390086596==--