@hackage array-mhs0.5.8.0

Mutable and immutable arrays

  • Installation

  • Dependencies (1)

  • Dependents (0)

This is a copy of the array package adapted for MicroHs.

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.