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

https://github.com/jozefg/sml-fingertree

The ugliness is worth it, the ugliness is worth it, the ugliness...
https://github.com/jozefg/sml-fingertree

Last synced: 3 months ago
JSON representation

The ugliness is worth it, the ugliness is worth it, the ugliness...

Awesome Lists containing this project

README

        

## sml-fingertree

An implementation of efficient, persistent sequences backed by finger
trees in SML. Implementation is a little ugly due to lack of
polymorphic recursion.

The eventual goal is that `FINGERTREE` is equivalent to cmlib's
`SEQUENCE` allowing one to use this seamlessly with cmlib.