
9 Jul
2007
9 Jul
'07
7:05 p.m.
stefanor:
On Mon, Jul 09, 2007 at 03:38:56PM +0200, Wouter Swierstra wrote:
Dear all,
I just uploaded a fairly unspectacular package Data.Stream to Hackage. It implements quite a few operations on streams (infinite lists), analogous to those defined in Data.List. Sometimes it is just good to know a list is infinite.
Unfortunately, there is a bit of a name collision here; Coutts, Stewart, and Leshchinskiy are pushing for a completely unrelated Data.Stream to be added to base. (Theirs is a package of operations on lists defined by generalized unfold operators.)
He's talking about this module, btw, http://www.cse.unsw.edu.au/~dons/code/streams/list/Data/Stream.hs -- Don