fingertree

Generic finger-tree structure, with example instances

Version on this page:0.1.2.1
LTS Haskell 22.13:0.1.5.0
Stackage Nightly 2024-03-14: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.2.1@sha256:e80055db3a3937da8e2876cbe314188125809b0112bbd7b149b0d357284985e5,2066

Module documentation for 0.1.2.1

Depends on 1 package(full list with versions):
Used by 5 packages in nightly-2017-10-28(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.