Data.Strict.HashMap

data HashMap k a

adjust

alter

delete

difference

differenceWith

elems

empty

filter

filterWithKey

fromList

fromListWith

foldl'

foldlWithKey'

foldr

foldrWithKey

insert

insertWith

intersection

intersectionWith

intersectionWithKey

keys

lookup

lookupDefault

map

mapWithKey

mapMaybe

mapMaybeWithKey

member

null

size

singleton

toList

traverseWithKey

union

unions

unionWith

unionWithKey

update

(!)