array-list: IsList instances of Array for OverloadedLists extension

[ array, data, library, list, mit ] [ Propose Tags ]

This package provides "orphan" instances IsList for Array data types with Integral indices up to 5 dimensions to allow initializing Arrays from [nested] lists using OverloadedLists GHC extension.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0
Change log CHANGELOG.md
Dependencies array (>=0.5 && <0.6), base (>=4.7 && <5) [details]
License MIT
Copyright 2020 Evgeny Poberezkin
Author Evgeny Poberezkin
Maintainer evgeny@poberezkin.com
Category Data, Array, List
Home page https://github.com/epoberezkin/array-list#readme
Bug tracker https://github.com/epoberezkin/array-list/issues
Source repo head: git clone https://github.com/epoberezkin/array-list
Uploaded by epoberezkin at 2020-06-22T21:00:49Z
Distributions
Downloads 409 total (11 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-06-22 [all 1 reports]

Readme for array-list-0.1.0.0

[back to package description]

array-list

IsList instances of Array for OverloadedLists extension

See docs and usage examples on hackage.