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. Changes: * Now builds with GHC 6.12.1
Properties
| Versions | 1.1.1, 1.1.2 |
|---|---|
| Dependencies | base (4.*), ghc-prim (≥0.1 & <0.3) |
| License | BSD3 |
| Author | Andrew Coppin |
| Maintainer | Andrew Coppin <MathematicalOrchid@hotmail.com> |
| Stability | Experimental |
| Category | Data |
| Upload date | Sun Jan 17 13:34:07 UTC 2010 |
| Uploaded by | AndrewCoppin |
| Built on | ghc-6.12, ghc-7.0 |
Modules
- Data
- Array
- Vanilla
- Array
Downloads
- AC-VanillaArray-1.1.2.tar.gz (Cabal source package)
- package description (included in the package)