Data.PQueue.Prio.Max

data MaxPQueue k a

Construction

empty

singleton

insert

insertBehind

union

unions

Query

null

size

Maximum view

findMax

getMax

deleteMax

deleteFindMax

adjustMax

adjustMaxWithKey

updateMax

updateMaxWithKey

maxView

maxViewWithKey

Traversal

Map

map

mapWithKey

mapKeys

mapKeysMonotonic

Fold

foldrWithKey

foldlWithKey

Traverse

traverseWithKey

Subsets

Indexed

take

drop

splitAt

Predicates

takeWhile

takeWhileWithKey

dropWhile

dropWhileWithKey

span

spanWithKey

break

breakWithKey

Filter

filter

filterWithKey

partition

partitionWithKey

mapMaybe

mapMaybeWithKey

mapEither

mapEitherWithKey

List operations

Conversion from lists

fromList

fromAscList

fromDescList

Conversion to lists

keys

elems

assocs

toAscList

toDescList

toList

Unordered operations

foldrU

foldrWithKeyU

foldlU

foldlWithKeyU

traverseU

traverseWithKeyU

keysU

elemsU

assocsU

toListU

Helper methods

seqSpine