loop-0.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.
Modules
- Control
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.
Modules