Portability | portable |
---|---|
Stability | experimental |
Maintainer | Rahul Gopinath (gopinath@eecs.oregonstate.edu) |
This Haskell library provides an implementation of a tree data type with meta data in the nodes and content in the leaves.
Documentation
| The Tree m c
is a tree structure with metadata in the nodes
| and metadata and content in the leaves.