top | item 29577275

(no title)

volta83 | 4 years ago

A simple way to do this is to:

MyNestedMaxHeap(T, Ord) = MaxHeap(MaxHeap(T, Ord), Ord)

such that when using MyNestedMaxHeap only one Ord type can be passed.

discuss

order

No comments yet.