Description
Provides type classes for mapping, folding, and traversing monomorphic containers in Haskell. Monomorphic containers have a fixed element type, so they do not fit the standard polymorphic traversal classes directly.
It is useful for text, byte arrays, vectors, and custom containers that still need shared traversal operations. It is a programming library and has no standalone interface.