@hackage / loop

Fast loops (for when GHC can't optimize forM_)

Latest0.3.0

About

Metadata

  • Last updated , by NiklasHambuechen
  • License MIT
  • Maintained by: Niklas Hambüchen <mail@nh2.me>

  • Lottery factor: 0

Links

Installation

Readme

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.