data PairingHeap : Type -> Type
E : PairingHeap a
T : a -> PairingHeap a -> Lazy (PairingHeap a) -> PairingHeap a
Heap PairingHeap