forest

Tree and Forest types

https://github.com/duairc/forest

Latest on Hackage:0.2.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MPL-2.0 licensed by Shane O'Brien
Maintained by [email protected]

Tree and Forest types, where the leafs and branches of a tree can store different types of data, and forests are parameterised by an arbitrary functor (usually [], but sometimes you might want NonEmpty for example).