@hackage data-forest0.1.0.12

A simple multi-way tree data structure

  • Installation

  • Dependencies (0)

  • Dependents (0)

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