Data.PSQueue

Binding Type

data Binding k p

key

prio

Priority Search Queue Type

data PSQ k p

Query

size

null

lookup

Construction

empty

singleton

Insertion

insert

insertWith

Delete/Update

delete

adjust

adjustWithKey

update

updateWithKey

alter

Conversion

keys

toList

toAscList

toDescList

fromList

fromAscList

fromDistinctAscList

Priority Queue

findMin

deleteMin

minView

atMost

atMostRange

Fold

foldr

foldl