numhask-array
===
[](https://travis-ci.org/tonyday567/numhask-array) [](https://hackage.haskell.org/package/numhask-array) [](http://stackage.org/lts/package/numhask-array) [](http://stackage.org/nightly/package/numhask-array)
An experimental array with:
- shape specified at the type level in n-dimensions
- a [vector](https://www.stackage.org/package/vector) backend
- Representable instances
- [numhask](https://www.stackage.org/package/numhask) heirarchy instances
See [Examples](src/NumHask/Array/Example.hs) for the emergent API.