producer: Simple streaming datatype

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1.0.0, 0.1.0.0
Change log None available
Dependencies base (>=4.7 && <5) [details]
License BSD-3-Clause
Copyright Eric Torreborre
Author Eric Torreborre
Maintainer etorreborre@yahoo.com
Category data
Home page https://github.com/etorreborre/producer-hs#readme
Source repo head: git clone https://github.com/etorreborre/producer-hs
Uploaded by etorreborre at 2017-10-03T19:18:39Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for producer-0.1.0.0

[back to package description]

Build status

Producer

Simple streaming library for Haskell