map -package:containers -package:basement -package:psqueues -package:Cabal-syntax -package:conduit -package:case-insensitive -package:base-compat-batteries -package:bytestring -is:exact -package:imports -package:aeson -is:exact -package:dlist -package:dense-linear-algebra -package:text -package:hedgehog -package:vector -package:ghc -package:insert-ordered-containers -package:amazonka-core -package:integration -package:base -package:incipit-base -package:blaze-html package:stm-containers

Hash-table, based on STM-specialized Hash Array Mapped Trie.
Bidirectional map. Essentially, a bijection between subsets of its two argument types. For one value of the left-hand type this map contains one value of the right-hand type and vice versa.
A multimap, based on an STM-specialized hash array mapped trie. Basically it's just a wrapper API around Map key (Set value).