Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JordanMartinez/purescript-tree-rose

Multi-way tree (Rose Tree) with Zippers
https://github.com/JordanMartinez/purescript-tree-rose

Last synced: about 2 months ago
JSON representation

Multi-way tree (Rose Tree) with Zippers

Awesome Lists containing this project

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).