map is:exact -package:text -package:dense-linear-algebra -package:blaze-html -package:case-insensitive -package:basement -package:bytestring -package:monoidal-containers -package:filepath -package:Cabal-syntax -package:os-string -package:hedgehog package:unordered-containers

Transform this map by applying a function to every value.
Transform this set by applying a function to every value. The resulting set may be smaller than the source.
>>> HashSet.map show (HashSet.fromList [1,2,3])
HashSet.fromList ["1","2","3"]