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
- Host: GitHub
- URL: https://github.com/ferd/zippers
- Owner: ferd
- License: mit
- Created: 2012-01-27T19:33:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-07T13:30:26.000Z (almost 13 years ago)
- Last Synced: 2025-03-18T04:42:52.017Z (about 1 month ago)
- Language: Erlang
- Homepage:
- Size: 233 KB
- Stars: 54
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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.