fingertree

Generic finger-tree structure, with example instances

Version on this page:0.1.0.1
LTS Haskell 22.17:0.1.5.0
Stackage Nightly 2024-04-19: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.0.1@sha256:fc73c5b7f770592c4fddccdbf37fdfee31238b66adf6b1c98c5836a05bbcbe96,1828

Module documentation for 0.1.0.1

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.