HaTeX-3.6.0.1: The Haskell LaTeX library.
Text.LaTeX.Packages.Trees
Contents
Description
Tree definition with some class instances.
Synopsis
data Tree a Source
Tree datatype.
Constructors
Leafs are non-empty.
Node values are optional.
Instances
Instance defined in Text.LaTeX.Packages.Trees.Qtree.