reverse-list: reversed lists/snoc lists
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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]
Properties
Versions | 0.2.0, 0.3.0.0, 0.3.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8.2 && <4.17), 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 |
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-25T13:59:11Z |
Modules
[Index] [Quick Jump]
- Data
Downloads
- reverse-list-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees