Multi-way tree (Rose Tree) with Zippers
Go to file
2022-02-15 08:16:14 -06:00
src/Data Run purs-tidy; switch to do-let 2022-02-15 08:16:14 -06:00
test Port library guide over from my PS reference repo 2021-02-12 18:02:11 -08:00
.gitignore convert project into Spago project 2019-03-27 17:50:01 -07:00
.travis.yml Fix CI: use test.dhall file, not spago.dhall 2020-05-20 18:11:18 -07:00
bower.json Fix bower.json registry url 2022-02-14 09:47:35 -06: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 packages.dhall: update; drop comments 2022-02-15 08:14:27 -06:00
README.md Fix CI bulid status badge 2020-05-20 18:07:12 -07:00
spago.dhall Add transitive deps to fix Spago error 2022-02-15 08:14:39 -06: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.