Data.MultiMap

MultiMap type

data MultiMap k v

Query

null

size

numKeys

numValues

member

notMember

lookup

Operators

(!)

Construction

empty

Insertion

insert

Delete

delete

Traversal

map

mapKeys

mapWithKey

Folds

foldr

foldl

foldrWithKey

foldlWithKey

Conversion

elems

keys

keysSet

assocs

toMap

toMapOfSets

toList

fromList

fromMap

Min/Max

findMin

findMax

findMinWithValues

findMaxWithValues