Description
Provides fast loop helpers for Haskell code in cases where GHC cannot optimize common traversal patterns well enough. This can help performance-sensitive code avoid overhead from more general abstractions.
It is useful for developers working on tight loops, numeric code, parsers, or other hot paths. It is a small performance-focused library and does not expose a standalone command.