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 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.
README.md
array-list
IsList instances of Array for OverloadedLists extension.
Converting between [nested] lists and multi-dimensional Arrays.