hw-fingertree

Generic finger-tree structure, with example instances

https://github.com/haskell-works/hw-fingertree#readme

Version on this page:0.1.2.0@rev:1
LTS Haskell 22.14:0.1.2.1@rev:2
Stackage Nightly 2023-12-26:0.1.2.1@rev:2
Latest on Hackage:0.1.2.1@rev:2

See all snapshots hw-fingertree appears in

BSD-3-Clause licensed
Maintained by John Ky
This version can be pinned in stack with:hw-fingertree-0.1.2.0@sha256:e993a28e76a4cad9914e5c11ba3924e3be390aed071fd36a512534a09e85e941,4046

Module documentation for 0.1.2.0

Depends on 3 packages(full list with versions):
Used by 2 packages in nightly-2021-12-08(full list with versions):

A general sequence representation with arbitrary annotations, for use as a base for implementations of various collection types, with examples, as described in section 4 of

For a tuned sequence type, see Data.Sequence in the containers package, which is a specialization of this structure.