Description
Provides abstractions for keyed functors and containers in Haskell. These let code map or traverse values while also knowing the key, index, or label associated with each value.
It is useful for generic libraries, data structures, configuration handling, and code that needs context while processing containers. It is a programming library and has no standalone interface.