raz: Random Access Zippers

[ algorithms, library, mit ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Dependencies base (>=4.8 && <5), deepseq, MonadRandom [details]
License MIT
Author Li-yao Xia
Maintainer lysxia@gmail.com
Category Algorithms
Home page https://github.com/Lysxia/raz.haskell
Source repo head: git clone https://github.com/Lysxia/raz.haskell
Uploaded by lyxia at 2016-09-18T16:15:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 836 total (5 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]

Readme for raz-0.1.0.0

[back to package description]

Random Access Zippers

This is untested WIP open to issues and PRs.

A data structure to represent sequences with fast random access.

Data.Raz.Sequence is intended to provide the same interface as Data.Sequence from containers.

Data.Raz.Core is the actual zipper module. It is a simple translation of the OCaml implementation the original paper appeared with.