wumpus-tree-0.15.0: Drawing trees

PortabilityGHC
Stabilityunstable
Maintainerstephen.tetley@gmail.com

Wumpus.Tree.Base

Description

Common types, ...

Synopsis

Documentation

type TreeDrawing u = TraceDrawing u ()Source

A rendered tree - alias for for Picture Double in Wumpus-Core.

type CoordTree u a = Tree (Point2 u, a)Source

Tree annotated with positions.

type TreeNode u = DotLocImage uSource

Tree nodes are currently a Dot from Wumpus-Drawing.

At some point this should change to allow any object that supports anchors.

data Design u a Source

Constructors

Design