[Haskell] ANN: ListLike-3.0.1

John Lato jwlato at gmail.com
Wed Feb 9 19:54:49 CET 2011


Hello,

I am pleased to announce the release of ListLike-3.0.1.  ListLike provides
polymorphic functions with a Data.List-style api for many different data
types, including lists, arrays, and bytestrings.

Changes in ListLike-3.0.1:
 - The ListLike instance for Data.Map.Map has been removed, as it did not
obey several important list properties and could lead to unexpected results.
 - A new instances for Data.Sequence.Seq has been added
 - bugfixes in the default instances for groupBy and nubBy
 - Some default methods have improved performance

Many thanks to John Goerzon for his ongoing contributions to the Haskell
community.

Sincerely,
John Lato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell/attachments/20110209/2f0d2463/attachment.htm>


More information about the Haskell mailing list