Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/o-santi/functional-structures

my studies through functional implementations of common data-structures
https://github.com/o-santi/functional-structures

Last synced: 3 months ago
JSON representation

my studies through functional implementations of common data-structures

Awesome Lists containing this project

README

        

# functional structures

just a simples repo to record some annotations and implementations (and some proofs) of common data structures (trees, lists, vectors, maps...) presented in the book [Functional Algorithms Verified](https://functional-algorithms-verified.org/).

most of them are in [kind](https://github.com/kind-lang/Kind), so i recomend checking it out.