haskell-list-builder: Fast Sequencing and Building Lists using Unsafe Primitives
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.
Warnings:
- [no-category] No 'category' field.
- [missing-upper-bounds] On library, these packages miss upper bounds: - ghc-prim - primitive Please add them. There is more information at https://pvp.haskell.org/
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.
Properties
| Versions | 0.1.0.0, 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 |
| Home page | https://tangled.org/@huwcampbell.com/haskell-list-builder |
| Bug tracker | https://tangled.org/@huwcampbell.com/haskell-list-builder/issues |
| Uploaded | by huw at 2026-03-17T11:24:35Z |
Modules
[Index] [Quick Jump]
- Data
- Data.ListBuilder
- Traversable
Downloads
- haskell-list-builder-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees