wumpus-tree-0.11.1: Drawing trees

PortabilityGHC
Stabilityunstable
Maintainerstephen.tetley@gmail.com

Wumpus.Tree.Base

Description

Common types, ...

Synopsis

Documentation

type TreeDrawing u = Drawing uSource

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

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

Tree annotated with positions.