pheap-pop* ( heap -- newheap )
Persistent heaps

Prev:pheap-pop ( heap -- newheap value prio )
Next:pheap-empty? ( heap -- ? )


Vocabulary
persistent.heaps

Inputs
heapa persistent heap


Outputs
newheapa new persistent heap


Word description
Creates a new persistent heap with the minimum element removed.

Definition