@hackage / data-forest

A simple multi-way tree data structure

Latest0.1.0.13

About

Metadata

  • Last updated , by chris_martin
  • License Apache-2.0
  • Categories Data Structures
  • Maintained by: Chris Martin, Julie Moronuki

  • Lottery factor: 1

Links

Installation

Readme

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.