examples - 0.0.0

Data.Tree

Description

N-Ary trees with pretty printing.

Definitions

Forest (A : Type) : TypeSource#

A List of trees.

positive type Tree (A : Type)Source#

N-Ary tree.

Constructors

| node A (List (Tree A))

terminating draw {A} {{Show A}} : Tree A -> List StringSource#

terminating drawForest {A} {{Show A}} : Forest A -> List StringSource#