sorted-list: Type-enforced sorted lists and related functions.
Type-enforced sorted lists and related functions.
These are useful for:
Constraining the argument of a function to be a sorted list by stating in your type that the input list is a sorted list.
Avoiding sorting a list twice.
Creating a list that is sorted from the moment of its construction, so it doesn't have to be sorted later.
Performing list operations keeping the input list sorted.
Improving those list operations that can be benefited from the ordering of its elements.
Creating infinite lists that are sorted!
And more!
If you are missing a feature, do not hesitate to ask by opening an issue at the bug-tracker.
Downloads
- sorted-list-0.1.6.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.3.0, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.5.0, 0.1.6.0, 0.1.6.1, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.1.2, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.3.0.0, 0.3.1.0 |
---|---|
Dependencies | base (<4.11), deepseq [details] |
License | BSD-3-Clause |
Author | Daniel Díaz |
Maintainer | dhelta.diaz@gmail.com |
Revised | Revision 1 made by Bodigrim at 2021-09-23T18:15:20Z |
Category | Data |
Home page | https://github.com/Daniel-Diaz/sorted-list/blob/master/README.md |
Bug tracker | https://github.com/Daniel-Diaz/sorted-list/issues |
Uploaded | by DanielDiaz at 2016-05-28T16:11:46Z |
Distributions | Arch:0.2.3.1, LTSHaskell:0.2.3.1, NixOS:0.2.2.0, Stackage:0.2.3.1 |
Reverse Dependencies | 12 direct, 51 indirect [details] |
Downloads | 21913 total (13 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-05-28 [all 1 reports] |