An open API service indexing awesome lists of open source software.

https://github.com/epoberezkin/array-list

IsList instances of Array for OverloadedLists extension
https://github.com/epoberezkin/array-list

Last synced: about 2 months ago
JSON representation

IsList instances of Array for OverloadedLists extension

Awesome Lists containing this project

README

        

# array-list

[IsList](https://hackage.haskell.org/package/base/docs/GHC-Exts.html#t:IsList) instances of [Array](https://hackage.haskell.org/package/array/docs/Data-Array.html#t:Array) for [OverloadedLists](https://downloads.haskell.org/ghc/latest/docs/html/users_guide/glasgow_exts.html#overloaded-lists) extension.

Converting between \[nested\] lists and multi-dimensional Arrays.

See [docs and usage examples on hackage](http://hackage.haskell.org/package/array-list/docs/Data-Array-IsList.html).