wumpus-tree-0.16.0: Drawing trees

PortabilityGHC
Stabilityhighly unstable
MaintainerStephen Tetley <stephen.tetley@gmail.com>

Wumpus.Tree

Contents

Description

Note - this module is a kludge whilst I work out a usable API.

Synopsis

Re-exports

runTreeLoc :: (Real u, Floating u, InterpretUnit u) => TreeProps u a -> (elt -> LocImage u a) -> Tree elt -> LocGraphic uSource

Build a LocGraphic from a Data.Tree.

Nodes support custom drawing as the value of the label at each node is interpreted (naturally, all node drawings must be of the same type).

Definitions