jet-stream: Yet another streaming library.
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.
[Skip to Readme]
Downloads
- jet-stream-1.0.0.0.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] | 1.0.0.0, 1.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | async (>=2.2.3 && <2.3), base (>=4.11.0.0 && <5), bytestring (>=0.10), conceit (>=0.5.0.0 && <0.6), process (>=1.4.3.0), stm (>=2.4), stm-chans (>=3.0.0.0 && <3.1), text (>=1.2) [details] |
License | BSD-3-Clause |
Author | Daniel Diaz Carrete |
Maintainer | diaz_carrete@yahoo.com |
Category | Streaming |
Source repo | head: git clone https://github.com/danidiaz/jet-stream.git |
Uploaded | by DanielDiazCarrete at 2021-08-10T10:58:45Z |
Distributions | |
Downloads | 206 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user [build log] All reported builds failed as of 2021-08-10 [all 2 reports] |