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

https://github.com/ferd/zippers

A library for functional zipper data structures in Erlang. Read more on zippers @ http://ferd.ca/yet-another-article-on-zippers.html
https://github.com/ferd/zippers

Last synced: about 1 month ago
JSON representation

A library for functional zipper data structures in Erlang. Read more on zippers @ http://ferd.ca/yet-another-article-on-zippers.html

Awesome Lists containing this project

README

        

A library version of the zipper data structures described at:
http://ferd.ca/yet-another-article-on-zippers.html with a few interface
changes and a more complete testing suite.

The ./test/ directory contains eunit and proper (property-based testing
tool) tests. Use 'rebar compile' to build or erl -make.