Description
A Haskell library for FoldMap lists. It provides a list-like structure built around foldMap behavior, useful when values are accumulated and consumed through monoidal folding.
Developers use it in functional data processing and libraries that benefit from efficient or composable accumulation. The structure is specialized, so ordinary lists may be clearer when no foldMap advantage is needed.