data-forest

A simple multi-way tree data structure.

https://github.com/typeclasses/data-forest

Version on this page:0.1.0.9@rev:1
LTS Haskell 22.17:0.1.0.12
Stackage Nightly 2023-12-26:0.1.0.12
Latest on Hackage:0.1.0.12

See all snapshots data-forest appears in

Apache-2.0 licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:data-forest-0.1.0.9@sha256:e835ea32efb3dbf238938f91ad70126dabca242fa7bc30cb3f4504d11dba0e54,1254

Module documentation for 0.1.0.9

Depends on 1 package(full list with versions):

In some contexts, forests (collections of zero or more trees) are more important than trees. The data-forest library provides a Tree type much like the one from the popular containers library, but it also provides a Forest type with its own Functor and Foldable instances.