MyNestedMaxHeap(T, Ord) = MaxHeap(MaxHeap(T, Ord), Ord)
such that when using MyNestedMaxHeap only one Ord type can be passed.