fingertree

Generic finger-tree structure, with example instances

Version on this page:0.1.1.0@rev:1
LTS Haskell 22.14:0.1.5.0
Stackage Nightly 2024-03-28:0.1.5.0
Latest on Hackage:0.1.5.0

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.1.0@sha256:b372fff57444c1cc01cde49a46bf8e250b8e89de4c3232d0d554034563951030,1904

Module documentation for 0.1.1.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.