Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanch/zipper
An implementation of Huet’s Zipper for Scala and Scala.js that is intended to be usable in many common scenarios
https://github.com/stanch/zipper
data-structures scala zipper
Last synced: 5 days ago
JSON representation
An implementation of Huet’s Zipper for Scala and Scala.js that is intended to be usable in many common scenarios
- Host: GitHub
- URL: https://github.com/stanch/zipper
- Owner: stanch
- License: mit
- Created: 2016-03-13T19:54:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T18:10:02.000Z (4 months ago)
- Last Synced: 2024-12-07T16:21:04.439Z (16 days ago)
- Topics: data-structures, scala, zipper
- Language: Scala
- Homepage: http://stanch.github.io/zipper/
- Size: 2.94 MB
- Stars: 47
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Zipper — an implementation of Huet’s Zipper
A Zipper is a tool that allows to navigate and modify immutable recursive data structures.
This implementation is inspired by
[the original paper by Huet](https://www.st.cs.uni-saarland.de/edu/seminare/2005/advanced-fp/docs/huet-zipper.pdf),
as well as the [Argonaut’s JSON Zipper](http://argonaut.io/doc/zipper/).See https://stanch.github.io/zipper for more details.