@hackage raz0.1.0.0
Random Access Zippers
Categories
License
MIT
Maintainer
lysxia@gmail.com
Links
Versions
- 0.1.0.0 Sun, 18 Sep 2016
Installation
Dependencies (3)
- base >=4.8 && <5
- deepseq
- MonadRandom Show all…
Dependents (1)
@hackage/acme-everything
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.