AC-VanillaArray-1.1.1: Immutable arrays with plain integer indicies.

The AC-VanillaArray package

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.

Properties

Versions1.1.1, 1.1.2
Dependenciesbase (4.*), ghc-prim (0.1.*)
LicenseBSD3
AuthorAndrew Coppin
MaintainerAndrew Coppin <MathematicalOrchid@hotmail.com>
StabilityExperimental
CategoryData
Upload dateWed Aug 12 20:22:47 UTC 2009
Uploaded byAndrewCoppin
Built onghc-6.10
Build failureghc-6.12 (log)

Modules

Downloads