Ecosyste.ms: Awesome
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: 11 days ago
JSON representation
fingertree: Generic finger-tree structure, with example instances. Idris
- Host: GitHub
- URL: https://github.com/klausnat/fingertree
- Owner: klausnat
- Created: 2018-09-10T07:05:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-07T10:42:25.000Z (about 6 years ago)
- Last Synced: 2024-11-06T06:46:55.802Z (2 months ago)
- Language: Idris
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. IdrisA general sequence representation with arbitrary annotations, for
use as a base for implementations of various collection types