producer: Simple streaming datatype

[ education, library, mit ] [ Propose Tags ]

Producer is a simple streaming datatype, making that only a limited number of elements are ever kept in memory. As such it is more a library showing the use of simple functional programming to do streaming rather than a production library.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5) [details]
License MIT
Copyright Eric Torreborre
Author Eric Torreborre
Maintainer etorreborre@yahoo.com
Category Education
Home page https://github.com/etorreborre/producer-hs#readme
Bug tracker https://github.com/etorreborre/producer-hs/issues
Source repo head: git clone https://github.com/etorreborre/producer-hs
Uploaded by etorreborre at 2017-10-03T19:46:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 928 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-03 [all 1 reports]

Readme for producer-0.1.0.0

[back to package description]

Build status

Producer

Simple streaming library for Haskell