Description
IsList instances of Array for OverloadedLists extension.
Description
This package provides "orphan" IsList
instances for Array
data types with Integral
indices up to 5 dimensions to allow initializing Array
s from [nested] lists using OverloadedLists
GHC extension.
It also includes more generic arrayNestedList
and toNestedList
functions to convert between nested lists and Array
s with any indices.
README.md
array-list
IsList instances of Array for OverloadedLists extension.
Converting between [nested] lists and multi-dimensional Arrays.