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.2.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 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.14.3 && <4.16), containers (>=0.6 && <0.7), contiguous (>=0.6 && <0.7), deepseq (>=1.4 && <1.5) [details] |
License | BSD-3-Clause |
Copyright | 2021 Eric Demko |
Author | Eric Demko |
Maintainer | zankoku.okuno@gmail.com |
Category | Data |
Home page | https://github.com/edemko/reverse-list |
Bug tracker | https://github.com/edemko/reverse-list/issues |
Uploaded | by edemko at 2022-01-28T00:45:39Z |
Distributions | NixOS:0.2.0 |
Downloads | 44 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] |