Description
Provides generic support for list-like structures in Haskell. It lets code work with different sequence types through shared operations instead of being tied only to built-in lists.
It is useful for libraries and applications that handle text, vectors, byte strings, or custom sequences with similar behavior. It is a programming library and has no standalone interface.