aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-Stream/pkg-descr
blob: 237780ce17257eab68727064151c241eca68d0e7 (plain) (blame)
1
2
3
4
5
6
This package implements functions, analogous to those from Data.List, to
create and manipulate infinite lists: data Stream a = Cons a (Stream a).
It provides alternative definitions for those Prelude functions that make
sense on such streams.

WWW: http://hackage.haskell.org/package/Stream