@hackage loop0.3.0
Fast loops (for when GHC can't optimize forM_)
Categories
License
MIT
Maintainer
Niklas Hambüchen <mail@nh2.me>
Links
Versions
Installation
Dependencies (1)
Dependents (7)
@hackage/reedsolomon, @hackage/toysolver, @hackage/acme-everything, @hackage/reinterpret-cast, @hackage/ilist, @hackage/matrix, Show all…
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.