The latest version of Stream is 0.4.7.2-0.

Stream

Version 0.4 revision 0 uploaded by WouterSwierstra.

Package meta

Synopsis
A library for manipulating infinite lists.
Description

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.

Author
Wouter Swierstra <wss@cs.nott.ac.uk>, Bas van Dijk <v.dijk.bas@gmail.com>
Bug reports
n/a
Category
Data
Copyright
n/a
Homepage
http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/
Maintainer
Wouter Swierstra <wss@cs.nott.ac.uk>
Package URL
n/a
Stability
experimental

Components