Description
A stream based replacement for lists.
Description
This is an (incomplete) stream based replacement for lists, but already includes significant functionality and can be faster than using lists in certain cases.
See Data.Stream.Typed
for the most detailed documentation, and Data.Stream
for a simpler interface.