data-forest

A simple multi-way tree data structure.

https://github.com/chris-martin/data-forest

Version on this page:0.1.0.7@rev:2
LTS Haskell 22.18: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 and maintained by Chris Martin
This version can be pinned in stack with:data-forest-0.1.0.7@sha256:449222130897aa181a1e0972b1952f37078270688a6d70b4c55bc46acabe4997,1263

Module documentation for 0.1.0.7

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.