Description
Heap and Vector container types.
Description
This package contains general-purpose implementations of various immutable container types including vectors, heaps and priority heaps.
README.md
extended-containers
This package provides container data structures, including heaps and array mapped tries. For lens
instances, see extended-containers-lens
.
See extended-containers
on Hackage for more information.
Plans
- add a
Data.Deque
module - add sorting to
Data.AMT
.