Skip to content

rowtype-yoga/purescript-yoga-tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Multi-way tree (Rose Tree) with Zippers

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PureScript 96.0%
  • Dhall 4.0%