array

Mutable and immutable arrays

Version on this page:0.5.0.0
LTS Haskell 22.14:0.5.6.0
Stackage Nightly 2024-03-29:0.5.6.0
Latest on Hackage:0.5.6.0

See all snapshots array appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:array-0.5.0.0@sha256:0044a36515bad1ee3925737b05e6b9c0d72adabab4ed68d139431b5329579bca,1829

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.