loops: Fast imperative-style loops
loops
is a library for fast, imperative-style loops in Haskell. Performance
is robust because there is no reliance on fusion. do
-notation nests loops,
providing syntax cleaner than manual recursion. A class ForEach
is provided
enabling iteration over common container types.
For best performance, please compile your code with -O2
. You should also
use GHC's LLVM backend if possible; it generally produces faster executables.
[Skip to Readme]
Modules
- Control
- Monad
- Control.Monad.Loop
- Control.Monad.Loop.ForEach
- Control.Monad.Loop.Internal
- Control.Monad.Loop
- Monad
Downloads
- loops-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2 |
---|---|
Dependencies | base (>=4.6 && <5), primitive (>=0.5 && <1), transformers (>=0.3 && <1), vector (>=0.10 && <1) [details] |
Tested with | ghc ==7.6.3, ghc ==7.8.2 |
License | BSD-3-Clause |
Copyright | (c) Thomas Tuegel 2014 |
Author | Thomas Tuegel |
Maintainer | ttuegel@gmail.com |
Category | Control |
Bug tracker | https://github.com/ttuegel/loops/issues |
Source repo | head: git clone https://github.com/ttuegel/loops.git |
Uploaded | by ThomasTuegel at 2014-06-12T14:23:59Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5213 total (1 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2016-12-14 [all 6 reports] |