reverse-list: reversed lists/snoc lists
The key idea of this library is to leverage the type system to control the performance characteristics of list-manipulation code.
It defines the type RList
, which is a snoc-list rather than a cons-list.
It also creates a symmetric module for cons-lists, which focuses on the efficient and safe use of linked lists.
See README.md for more information.
[Skip to Readme]
Downloads
- reverse-list-0.3.0.0.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
Versions [RSS] | 0.2.0, 0.3.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8.2 && <4.19), containers (>=0.6 && <0.7), contiguous (>=0.6 && <0.7), deepseq (>=1.4 && <1.5) [details] |
License | BSD-3-Clause |
Copyright | 2022-2023 Marseille Bouchard |
Author | Marseille Bouchard |
Maintainer | zankoku.okuno@gmail.com |
Revised | Revision 1 made by edemko at 2024-01-04T03:45:24Z |
Category | Data |
Home page | https://github.com/edemko/reverse-list |
Bug tracker | https://github.com/edemko/reverse-list/issues |
Uploaded | by edemko at 2023-02-25T14:16:43Z |
Distributions | |
Downloads | 172 total (8 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] |