An open API service indexing awesome lists of open source software.

https://github.com/klausnat/fingertree

fingertree: Generic finger-tree structure, with example instances. Idris
https://github.com/klausnat/fingertree

Last synced: 2 months ago
JSON representation

fingertree: Generic finger-tree structure, with example instances. Idris

Awesome Lists containing this project

README

        

Work in progress. Not for usage yet.
Port of Haskell library: http://hackage.haskell.org/package/fingertree-0.1.4.1

# fingertree
fingertree: Generic finger-tree structure, with example instances. Idris

A general sequence representation with arbitrary annotations, for
use as a base for implementations of various collection types