@hackage / hw-fingertree

Generic finger-tree structure, with example instances

Latest0.1.2.1

About

Metadata

  • Last updated , by newhoggy
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: John Ky <newhoggy@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.2.2
  2. 9.0.2
  3. 8.10.7
  4. 8.8.4
  5. 8.6.5

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.