Description
Provides simple, composable stream I/O for Haskell. Stream abstractions help programs process input and output piece by piece, which is important for files, network data, and large responses.
Use it when developing Haskell software that benefits from clear streaming pipelines. It is a code library and does not add a standalone file or network tool.