data-forest: A simple multi-way tree data structure

[ apache, data-structures, library ] [ Propose Tags ]

A forest is a collection of zero or more trees.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.0.11, 0.1.0.12
Change log changelog.md
Dependencies base (>=4.16 && <4.19) [details]
License Apache-2.0
Copyright 2017 Mission Valley Software LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Category Data Structures
Home page https://github.com/typeclasses/data-forest
Uploaded by chris_martin at 2023-06-26T22:42:33Z
Distributions LTSHaskell:0.1.0.12, NixOS:0.1.0.12
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5993 total (37 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-06-26 [all 1 reports]

Readme for data-forest-0.1.0.12

[back to package description]

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.