Description
Provides combinators for splitting lists in Haskell. These helpers make it easier to divide sequences by separators, sizes, predicates, or other list-processing rules.
It is useful for parsers, text processing, data import, command handling, and algorithms that need predictable list partitioning. It is a developer library and has no standalone interface.