| ||||||||
| ||||||||
| Description | ||||||||
Version : $Id: TypeDefs.hs,v 1.6 20050902 17:09:39 hxml Exp $ Interface definition for trees n-ary tree structure (rose trees) | ||||||||
| Synopsis | ||||||||
| ||||||||
| Documentation | ||||||||
| module Data.Tree.Class | ||||||||
| data NTree a | ||||||||
| ||||||||
| type NTrees a = [NTree a] | ||||||||
| shortcut for a sequence of n-ary trees | ||||||||
| formatNTreeF :: (node -> String) -> (String -> String) -> (String -> String) -> NTree node -> String -> String | ||||||||
NTree implements class Functor Implementation of Data.Tree.Class interface for rose trees convert a tree into a pseudo graphical string reprsentation | ||||||||
| Produced by Haddock version 2.1.0 |