loops: Fast imperative-style loops
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2 |
---|---|
Change log | None available |
Dependencies | base (>=4.6 && <5), primitive (>=0.5 && <1), transformers (>=0.3 && <1), vector (>=0.10 && <1) [details] |
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:33Z |
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
Package maintainers
For package maintainers and hackage trustees