Maintained by
Oleg.GrenrusThis version can be pinned in stack with:ral-0.2.2@sha256:b52967fc000cc2e907a0452c97bcc97703192d54c1a5512737e9ceb48a1f2ca8,3554
Module documentation for 0.2.2
Depends on 11 packages
(full list with versions):
adjunctions,
base,
bin,
boring,
deepseq,
distributive,
fin,
hashable,
indexed-traversable,
QuickCheck,
semigroupoids This package provides ordinary random access list, RAList, and also
a length indexed variant, RAVec.
The data structure allows fast cons-operation (like ordinary list) but also fast random access (like non-functional arrays).
For lens or optics support see ral-lens and ral-optics packages respectively.
Similar packages
These packages don't provide length-indexed variants, and their RAList has
opaque structure.
Version history for ral
0.2.2
0.2.1
0.2
fin-0.2 support
- Add
indexed-traversable instances
- Explicitly mark all modules as Safe or Trustworthy.
0.1.1
- Add
reverse and itraverse_ to Data.RAVec.Tree
- Add
Data.RAVec.Tree.DF
0.1
- First version. Released on an unsuspecting world.