[Haskell-cafe] ANN: Data.Stream 0.3

Wouter Swierstra wss at cs.nott.ac.uk
Wed Feb 11 06:40:54 EST 2009


I've released a new version of the Data.Stream package, a modest  
library for manipulating infinite lists.

Changes include:

  * Support for lazy SmallCheck;
  * Improved Show instance;
  * Stricter scans;
  * Various documentation fixes;
  * Several new functions from Data.List.

Many of these features were based on patches by Bas van Dijk - thank  
you Bas!

Haddock:    http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/Stream/
Hackage:    http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Stream/
darcs:      darcs get http://www.cs.nott.ac.uk/~wss/repos/Stream

All the best,

  Wouter


More information about the Haskell-Cafe mailing list