loop-0.2.0: Fast loops (for when GHC can't optimize forM_)
This package provides a convenient and fast alternative to the common `forM_ [1..n]` idiom, which in many cases GHC cannot fuse to efficient code.
See https:/ghc.haskell.orgtracghcticket/8763.
Modules