| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Richard Senington <sc06r2s@leeds.ac.uk> |
Control.Search.Local.Tree
Description
The internal data structure of the library.
- data LSTree nme = LSTree {
- treeNodeName :: nme
- treeNodeChildren :: [LSTree nme]
- mkTree :: (a -> [a]) -> a -> LSTree a
Documentation
A rose tree, but not currently using an optimised data structure, just this little home built one. The accessor functions should be easy enough to understand.
Constructors
| LSTree | |
Fields
| |