@hackage loop0.3.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.org/trac/ghc/ticket/8763.