| Portability | GHC |
|---|---|
| Stability | unstable |
| Maintainer | stephen.tetley@gmail.com |
Wumpus.Tree.Base
Description
Common types, ...
- type TreeDrawing u = Drawing u
- type DTreeDrawing = TreeDrawing Double
- type CoordTree u a = Tree (Point2 u, a)
- type TreeNode u = DotLocImage u
Documentation
type TreeDrawing u = Drawing uSource
A rendered tree - alias for for Picture Double in
Wumpus-Core.
type DTreeDrawing = TreeDrawing DoubleSource
type TreeNode u = DotLocImage uSource