Let\'s say I have a binary tree data structure defined as follows
type \'a tree = | Node of \'a tree * \'a * \'a tree | Nil
I have
Maybe this can help: Drawing Trees in ML