Stream: A library for manipulating infinite lists.
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.
Downloads
- Stream-0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.3, 0.3.1, 0.3.2, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.6.1, 0.4.6.2, 0.4.7, 0.4.7.1, 0.4.7.2 |
---|---|
Dependencies | base (<4), lazysmallcheck (>=0.3), QuickCheck (>=2.0) [details] |
License | BSD-3-Clause |
Author | Wouter Swierstra <wss@cs.nott.ac.uk>, Bas van Dijk <v.dijk.bas@gmail.com> |
Maintainer | Wouter Swierstra <wss@cs.nott.ac.uk> |
Category | Data |
Home page | http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/ |
Uploaded | by WouterSwierstra at 2009-10-21T15:30:26Z |
Distributions | Arch:0.4.7.2, Fedora:0.4.7.2, FreeBSD:0.4.7.2, LTSHaskell:0.4.7.2, NixOS:0.4.7.2, Stackage:0.4.7.2 |
Reverse Dependencies | 15 direct, 94 indirect [details] |
Downloads | 38777 total (185 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |