Description
Simple streaming datatype.
Description
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.
README.md
Producer
Simple streaming library for Haskell.