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 on 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.
| 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 |
|---|---|
| Dependencies | base, QuickCheck (<2) |
| License | BSD3 |
| Author | Wouter Swierstra |
| Maintainer | Wouter Swierstra <wss@cs.nott.ac.uk> |
| Category | Data |
| Home page | http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/ |
| Upload date | Mon Aug 4 08:17:10 UTC 2008 |
| Uploaded by | WouterSwierstra |
| Built on | ghc-6.10, ghc-6.8 |
Modules
- Data
Downloads
- Stream-0.2.6.tar.gz (Cabal source package)
- package description (included in the package)
