@hackage array-list0.2.0.0

IsList instances of Array for OverloadedLists extension

  • Installation

  • Dependencies (2)

  • Dependents (0)

This package provides "orphan" IsList instances for Array data types with Integral indices up to 5 dimensions to allow initializing Arrays from [nested] lists using OverloadedLists GHC extension.

It also includes more generic arrayNestedList and toNestedList functions to convert between nested lists and Arrays with any indices.