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:
- a polymorphic container
- shape specified at the type level
- Representable instances
- [numhask](https://www.stackage.org/package/numhask) heirarchy instances
See [Examples](src/NumHask/Array/Example.hs) for the emergent API.
Workflow
---
pkg_config hack courtesy of accelerate
```
PKG_CONFIG_PATH=/usr/local/opt/libFFI/lib/pkgconfig stack build --ghc-options -freverse-errors
```