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
- Host: GitHub
- URL: https://github.com/epoberezkin/array-list
- Owner: epoberezkin
- License: mit
- Created: 2020-06-22T20:52:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T19:01:49.000Z (almost 5 years ago)
- Last Synced: 2024-05-08T16:56:11.842Z (12 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/array-list
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).