Stdlib.Data.Tree
Contents
N-Ary trees with pretty printing.
Forest (A : Type) : TypeSource#
A List of trees.
type Tree (A : Type)Source#
N-Ary tree.
Constructors
terminating draw {A} {{Show A}} (tree : Tree A) : List StringSource#
terminating drawForest {A} {{Show A}} (forest : Forest A) : List StringSource#
treeToString {A} {{Show A}} (tree : Tree A) : StringSource#
forestToString {A} {{Show A}} (forest : Forest A) : StringSource#