mirror of
https://github.com/rowtype-yoga/purescript-yoga-tree.git
synced 2024-11-25 11:25:53 +03:00
Multi-way tree (Rose Tree) with Zippers
src/Yoga | ||
test | ||
.gitignore | ||
.travis.yml | ||
bower.json | ||
LICENSE | ||
package.json | ||
packages.dhall | ||
README.md | ||
spago.dhall | ||
test.dhall |
purescript-yoga-tree
Multi-way trees (Rose Trees) with Zippers.
This is a fork of purescript-tree-rose
that uses Array
s instead of List
s.
Installation
{ yoga-tree =
{ dependencies =
[ "arrays"
, "control"
, "foldable-traversable"
, "free"
, "maybe"
, "prelude"
, "tailrec"
]
, version = "master"
, repo = "https://github.com/rowtype-yoga/purescript-yoga-tree.git"
}
}
Documentation
Module documentation is published on Pursuit.