|
|
|
Description |
Navigable tree structure which allow a program to traverse
up the tree as well as down.
copied and modified from HXML (http://www.flightlab.com/~joe/hxml/)
|
|
Synopsis |
|
|
|
Documentation |
|
|
navigable tree with nodes of type node
a navigable tree consists of a n-ary tree for the current fragment tree,
a navigable tree for all ancestors, and two n-ary trees for
the previous- and following siblings
| Constructors | | Instances | |
|
|
|
converts a n-ary tree in a navigable tree
|
|
|
converts a navigable tree in a n-ary tree
|
|
|
function for selecting the value of the current fragment tree
|
|
|
|
|
|
|
|
|
|
o' :: Monad m => (b -> m c) -> (a -> m b) -> a -> m c | Source |
|
Kleisli composition:
|
|
|
|
module Data.Tree.NTree.TypeDefs |
|
Produced by Haddock version 2.3.0 |