> (Node 1 (Node 11 (Leaf 111) (Node 112 (Leaf 1121) (Leaf 1122)))
> (Leaf 12)
> )
> -- :: Tree Integer
>
> represents the tree 1
> / \
> 11 12
> / \
> 111 112
> / \
> 1121 1122
Correction:
1
/ \
11 12
/ \
111 112
/ \
1121 1122
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.