Data.PQueue.Max

data MaxQueue a

Basic operations

empty

null

size

Query operations

findMax

getMax

deleteMax

deleteFindMax

maxView

Construction operations

singleton

insert

union

unions

Subsets

Extracting subsets

(!!)

take

drop

splitAt

Predicates

takeWhile

dropWhile

span

break

Filter/Map

filter

partition

mapMaybe

mapEither

Fold/Functor/Traversable variations

map

foldrAsc

foldlAsc

foldrDesc

foldlDesc

List operations

toList

toAscList

toDescList

fromList

fromAscList

fromDescList

Unordered operations

mapU

foldrU

foldlU

elemsU

toListU

Miscellaneous operations

keysQueue

seqSpine