The array package
In addition to providing the Data.Array module as specified in the Haskell 2010 Language Report, this package also defines the classes IArray of immutable arrays and MArray of arrays mutable within appropriate monads, as well as some instances of these classes.
Properties
| Versions | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.1.0, 0.5.1.1 |
|---|---|
| Change log | changelog.md |
| Dependencies | base (>=4.5 && <4.10) [details] |
| License | BSD3 |
| Author | |
| Maintainer | [email protected] |
| Stability | Unknown |
| Category | Data Structures |
| Bug tracker | http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=array |
| Source repository | head: git clone http://git.haskell.org/packages/array.git |
| Uploaded | Sun Apr 17 10:28:33 UTC 2016 by HerbertValerioRiedel |
| Distributions | Arch:0.5.1.1, Fedora:0.5.1.0, LTSHaskell:0.5.1.0, NixOS:0.5.1.1, Stackage:0.5.1.1 |
| Downloads | 16261 total (51 in the last 30 days) |
| Votes | |
| Status | Docs available [build log] Last success reported on 2016-04-17 [all 1 reports] |
Modules
- Data
- Data.Array
- Data.Array.Base
- Data.Array.IArray
- Data.Array.IO
- Data.Array.IO.Internals
- Data.Array.IO.Safe
- Data.Array.MArray
- Data.Array.ST
- Data.Array.Storable
- Data.Array.Storable.Internals
- Data.Array.Storable.Safe
- Data.Array.Unboxed
- Data.Array.Unsafe
- Data.Array
[Index]
Downloads
- array-0.5.1.1.tar.gz [browse] (Cabal source package)
- Package description (included in the package)