wumpus-tree-0.16.0: Drawing trees

PortabilityGHC
Stabilityunstable
Maintainerstephen.tetley@gmail.com

Wumpus.Tree.Base

Description

Common types, ...

Documentation

type OTMAnchorConn u a = TreeDirection -> u -> a -> [a] -> Graphic uSource

type TreePropsF u a = TreeProps u a -> TreeProps u aSource

getTreeConnector :: (DrawingCtxM m, InterpretUnit u) => TreeProps u a -> m (a -> [a] -> Graphic u)Source