fingertree

Generic finger-tree structure, with example instances

LTS Haskell 24.2:0.1.6.2
Stackage Nightly 2025-07-28:0.1.6.2
Latest on Hackage:0.1.6.2

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.6.2@sha256:e4f181c26c7f88ce480a600d1d412ef997d048b719cace6d21bf9b6329fa6227,2144

Module documentation for 0.1.6.2

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.