Multi-way tree (Rose Tree) with Zippers
Go to file
Jordan Martinez 36a4bf6a13 Indicate differences between this repo and original repo
I uploaded this code as a new repo rather than forking from original one 
because if the original author deletes his repo, it will also mess with 
the forked repo. Removing the forked status prevents this from 
occurring.
2020-05-20 18:03:03 -07:00
src/Data Use more idiomatic record updating code to show developer intent better 2019-04-20 08:22:03 -07:00
test Update Spec tests to run in Aff 2020-05-20 17:54:10 -07:00
.gitignore convert project into Spago project 2019-03-27 17:50:01 -07:00
.travis.yml Init 2017-09-06 16:49:15 -03:00
bower.json Update bower.json to use new unique name; update ReadMe 2020-05-20 18:01:17 -07:00
LICENSE Add MIT license and credit Daniel Fortes for his work 2020-05-20 17:49:30 -07:00
package.json Init 2017-09-06 16:49:15 -03:00
packages.dhall Update package set to latest one 2020-05-20 17:50:24 -07:00
README.md Indicate differences between this repo and original repo 2020-05-20 18:03:03 -07:00
spago.dhall Split source and test source globs and dependencies into two dhall files 2020-05-20 17:54:00 -07:00
test.dhall Split source and test source globs and dependencies into two dhall files 2020-05-20 17:54:00 -07:00

purescript-tree-rose

Build status

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.