export function Split(left, middle, right) {
    this.left = left;
    this.middle = middle;
    this.right = right;
}