AC-VanillaArray: Immutable arrays with plain integer indicies.

[ bsd3, data, library ] [ Propose Tags ]

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

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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]
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 2731 total (5 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]