fingertree

Generic finger-tree structure, with example instances

Version on this page:0.1.0.0
LTS Haskell 23.24:0.1.6.1
Stackage Nightly 2025-06-12:0.1.6.1
Latest on Hackage:0.1.6.1

See all snapshots fingertree appears in

BSD-3-Clause licensed
Maintained by Ross Paterson
This version can be pinned in stack with:fingertree-0.1.0.0@sha256:d24ee208a126d8f8c897ec443a2133ba75199d866b83b1951bc04393b0ecf790,1828

Module documentation for 0.1.0.0

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.