AC-VanillaArray: Immutable arrays with plain integer indicies.
This package is a thin layer over GHC's low-level array primitives. It provides arrays with zero-origin integers for indicies. (These arrays also lack bounds checks.) They come in two flavours: mutable or immutable. (Both are boxed and lazy, however. There are no unboxed arrays here.) The idea is that you can use this package as a starting point for building a more useful array package, without having to learn all GHC's low-level internals for yourself. Changes: * Now builds with GHC 6.12.1
Downloads
- AC-VanillaArray-1.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.1.1, 1.1.2 |
---|---|
Dependencies | base (>=4 && <5), ghc-prim (>=0.1 && <0.3) [details] |
Tested with | ghc ==6.10.3 |
License | BSD-3-Clause |
Author | Andrew Coppin |
Maintainer | Andrew Coppin <MathematicalOrchid@hotmail.com> |
Category | Data |
Uploaded | by AndrewCoppin at 2010-01-17T13:34:07Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2788 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |