Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JordanMartinez/purescript-tree-rose
Multi-way tree (Rose Tree) with Zippers
https://github.com/JordanMartinez/purescript-tree-rose
Last synced: 30 days ago
JSON representation
Multi-way tree (Rose Tree) with Zippers
- Host: GitHub
- URL: https://github.com/JordanMartinez/purescript-tree-rose
- Owner: JordanMartinez
- License: mit
- Created: 2020-05-21T00:58:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T14:30:44.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T04:02:57.466Z (about 1 month ago)
- Language: PureScript
- Size: 42 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - tree-rose - Tree zippers. (Data types)
README
# purescript-tree-rose
[![Build status](https://img.shields.io/travis/jordanmartinez/purescript-tree-rose.svg)](https://travis-ci.com/jordanmartinez/purescript-tree-rose)
Multi-way trees (Rose Trees) with Zippers.
This is a maintained fork of `purescript-tree`.
## Installation
```
{ tree-rose =
{ dependencies = [ "prelude", "lists", "free" ]
, version = "master"
, repo = "https://github.com/JordanMartinez/purescript-tree-rose.git"
}
}```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-tree).