@hackage Stream0.4.7.1
A library for manipulating infinite lists.
Installation
Dependencies (3)
- QuickCheck >=2.0
- base <5
- lazysmallcheck >=0.3 Show all…
Dependents (24)
@hackage/compdata, @hackage/ComonadSheet, @hackage/ConsStream, @hackage/IOSpec, @hackage/web-page, @hackage/arrows, Show all…
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 for such streams.
Note that this package has (almost)
nothing to do with the work on Stream Fusion by
Duncan Coutts, Roman Leshchinskiy, and Don Stewart.