Another positive train journey, this time with Tree Equality:
```
Positive.decEq (Node (the Nat 3) Leaf Leaf) (Node 3 Leaf (Node 4 Leaf Leaf))
Left (CmpNoRight CmpHeavyR)
```
```
Positive.decEq (Node 3 Leaf (Node 4 Leaf Leaf)) (Node 3 Leaf (Node (the Nat 4) Leaf Leaf))
Right (CmpT (Succ (Succ (Succ Zero))) CmpH (CmpT (Succ (Succ (Succ (Succ Zero)))) CmpH CmpH))
```
```
Positive.decEq (Node 3 Leaf (Node 4 Leaf Leaf)) (Node 3 Leaf (Node (the Nat 5) Leaf Leaf))
Left (CmpNoRight (CmpNoHead (MoreBoth (MoreBoth (MoreBoth (MoreBoth MoreRight))))))
```