heterolist: A heterogeneous list type
A heterogeneous list type (i.e. a list with different element types) which knows the type of it's elements. There are also various functions for manipulating such lists, although this is not yet complete. Some of the standard type classes, like Eq, Ord and Show are defined for these heterogeneous lists. I suspect it could be particularly useful for testing libraries which may want to test against a variety of types in a uniform fashion.
Downloads
- heterolist-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.0 |
---|---|
Dependencies | base (>=4.9 && <4.10), constraint-manip (>=0.1 && <0.2), indextype (>=0.2 && <0.3), polydata (>=0.1 && <0.2) [details] |
Tested with | ghc ==8.0.2 |
License | MIT |
Copyright | Clinton Mead (2017) |
Author | Clinton Mead |
Maintainer | clintonmead@gmail.com |
Category | Data |
Bug tracker | https://github.com/clintonmead/heterolist/issues |
Source repo | head: git clone https://github.com/clintonmead/heterolist.git |
Uploaded | by clinton at 2017-03-09T06:12:42Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 972 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |