Data.Map.Ordered

data OSMap k v

type Map

empty

lookup

insert

delete

fromList

fromListWith

toList

map

mapMaybe

lookupLT

lookupGT

lookupLE

lookupGE

lookupM

elemAt

singleton

insertWith

member

elems

unionWith

difference

union

findWithDefault

size

null

isSubmapOf

unions

intersection

foldrWithKey

foldlWithKey

filter

filterWithKey

keys

toDescList

updateLookupWithKey

deleteLookup

insertLookupWithKey

adjust

assocs

insertWith'

alter

differenceWith

updateWithKey

update

mapKeys

insertWithKey

insertWithKey'

keysSet

maxView

maxViewWithKey

minView

minViewWithKey

intersectionWith

fromDistinctAscList

toDataMap

fromDataMap

hasKey

hasValue