Multi-way tree (Rose Tree) with Zippers
Go to file
Mark Eibes 148d006c28 Rename
2022-11-01 20:42:23 +01:00
src/Yoga Back Trees by Arrays 2022-08-29 12:40:04 +02:00
test Back Trees by Arrays 2022-08-29 12:40:04 +02: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 Rename 2022-11-01 20:42:23 +01:00
LICENSE Add MIT license and credit Daniel Fortes for his work 2020-05-20 17:49:30 -07:00
package.json Back Trees by Arrays 2022-08-29 12:40:04 +02:00
packages.dhall Back Trees by Arrays 2022-08-29 12:40:04 +02:00
README.md Update README and drop lists dep 2022-08-29 12:59:38 +02:00
spago.dhall Rename 2022-11-01 20:42:23 +01:00
test.dhall Back Trees by Arrays 2022-08-29 12:40:04 +02:00

purescript-yoga-tree

Multi-way trees (Rose Trees) with Zippers.

This is a fork of purescript-tree-rose that uses Arrays instead of Lists.

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.