The Stream package
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.
Properties
| Versions | 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 |
|---|---|
| Dependencies | base (<5), lazysmallcheck (≥0.3), QuickCheck (≥2.0) |
| License | BSD3 |
| Author | Wouter Swierstra <wouter.swierstra@gmail.com> Bas van Dijk <v.dijk.bas@gmail.com> |
| Maintainer | Wouter Swierstra <wss@cs.nott.ac.uk> |
| Stability | experimental |
| Category | Data |
| Upload date | Wed Oct 12 07:16:09 UTC 2011 |
| Uploaded by | WouterSwierstra |
| Built on | ghc-7.2 |
| Distributions | Debian: 0.4.2, FreeBSD: 0.4.2 |
Modules
- Data
Downloads
- Stream-0.4.6.tar.gz (Cabal source package)
- package description (included in the package)