class Node : PartialTree
Node(left: PartialTree, right: PartialTree)
val left: PartialTree
val right: PartialTree