ralist: Random access list with a list compatible interface.
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.
Warnings:
- A 'license-file' is not specified.
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
Random access list with a list compatible interface. Random access list have same complexity as lists with some exceptions, the notable one being that (!!) is O(log n) instead of O(n). RALists have to be finite.
Properties
Versions | 0.1.0.0, 0.2.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.4.0.0 |
---|---|
Change log | None available |
Dependencies | base (>=3 && <6), fail (>=4.9 && <4.10), semigroups (>=0.18 && <0.19) [details] |
License | BSD-3-Clause |
Author | Lennart Augustsson, Carter Schonwald |
Maintainer | Carter Schonwald |
Category | Data Structures |
Home page | http://github.com/cartazio/ralist |
Source repo | head: git clone https://github.com/cartazio/ralist.git |
Uploaded | by CarterSchonwald at 2017-04-16T16:45:09Z |
Modules
[Index]
- Data
Flags
Manual Flags
Name | Description | Default |
---|---|---|
test-hspec | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- ralist-0.2.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