The latest version of jet-stream is 1.1.0.0-0.

jet-stream

Version 1.0.0.0 revision 0 uploaded by DanielDiazCarrete.

Package meta

Synopsis
Yet another streaming library.
Description

This is a streaming library focused on simplicity at the cost of some expressivity.

Basic operations like drop and take are supported.

The Functor, Applicative and Monad instances of the stream type resemble those of pure lists. There are also Monoid, Alternative and MonadPlus instances for stream concatenation.

Provides resource-managing operations like withFile that are easily integrated into streams.

For expressive and composable terminal operations, streams can be consumed with folds from the "foldl" library.

Author
Daniel Diaz Carrete
Bug reports
n/a
Category
Streaming
Copyright
n/a
Homepage
n/a
Maintainer
diaz_carrete@yahoo.com
Package URL
n/a
Stability
n/a

Components