@haskell array0.5.8.0
Mutable and immutable arrays
Categories
License
BSD-3-Clause
Maintainer
libraries@haskell.org
Links
Versions
Installation
Dependencies (1)
Dependents (1379)
@hackage/gridland, @hackage/myTestlll, @hackage/fungll-combinators, @hackage/newbase60, @hackage/rounding, @cardano/ouroboros-network, Show all…
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.