haskell-list-builder: Fast Sequencing and Building Lists using Unsafe Primitives
Extra unsafe sequencing of IO actions from Twan van Laarhoven
packaged up, along with unfoldIO and an implementation of Scala's List Buffer. This means we can have tail
recursive sequence and traverse specialised for lists of IO actions.
For algorithms which are more easily written in a mutable way we have `ListBuilder s a`. A `ListBuilder s a` is like a wrapper around an `ST s [a]`, but with a constant time append as well as prepend.
Downloads
- haskell-list-builder-0.1.0.0.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 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=3 && <5), ghc-prim, primitive [details] |
| License | BSD-3-Clause |
| Author | Huw Campbell |
| Maintainer | huw.campbell@gmail.com |
| Uploaded | by huw at 2026-03-17T11:25:03Z |
| Home page | https://tangled.org/@huwcampbell.com/haskell-list-builder |
| Bug tracker | https://tangled.org/@huwcampbell.com/haskell-list-builder/issues |
| Distributions | |
| Downloads | 0 total (0 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-03-17 [all 1 reports] |