Data.HashMap
data Map k v
type HashMap k v
(!)
(\\)
null
size
member
notMember
lookup
findWithDefault
empty
singleton
insert
insertWith
insertWithKey
insertLookupWithKey
delete
adjust
adjustWithKey
update
updateWithKey
updateLookupWithKey
alter
union
unionWith
unionWithKey
unions
unionsWith
difference
differenceWith
differenceWithKey
intersection
intersectionWith
intersectionWithKey
map
mapWithKey
mapAccum
mapAccumWithKey
fold
foldWithKey
elems
keys
keysSet
assocs
toList
fromList
fromListWith
fromListWithKey
filter
filterWithKey
partition
partitionWithKey
mapMaybe
mapMaybeWithKey
mapEither
mapEitherWithKey
isSubmapOf
isSubmapOfBy
isProperSubmapOf
isProperSubmapOfBy