Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 584 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 584 Bytes

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.