| Portability | GHC |
|---|---|
| Stability | unstable |
| Maintainer | stephen.tetley@gmail.com |
Wumpus.Tree.Base
Description
Common types, ...
Documentation
type OTMAnchorConn u a = TreeDirection -> u -> a -> [a] -> Graphic uSource
Constructors
| TreeProps | |
Fields
| |
type TreePropsF u a = TreeProps u a -> TreeProps u aSource
tree_direction :: TreeDirection -> TreePropsF u aSource
getTreeConnector :: (DrawingCtxM m, InterpretUnit u) => TreeProps u a -> m (a -> [a] -> Graphic u)Source