Description
Provides data types and helpers for working with infinite lists in Haskell. Infinite lists are useful when values are produced lazily and the program only consumes the part it needs.
This is intended for developers writing functional code, algorithms, or libraries that benefit from lazy sequences. It is a programming library and not an application.