@hackage producer0.1.0.0

Simple streaming datatype

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.