@hackage / fingertree

Generic finger-tree structure, with example instances

Latest0.1.6.3

About

Metadata

  • Last updated , by RossPaterson
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: Ross Paterson <R.Paterson@city.ac.uk>

  • Lottery factor: 1

Links

Installation

Readme

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.