LTree-0.1: Tree with only leaves carrying the data.

Control.Trees.LTreeT

Documentation

data TreeT m a Source

Constructors

TreeT (m (Tree a)) 

Instances