map -package:containers -package:blaze-html -package:bytestring -package:conduit -package:basement is:exact -package:hedgehog -package:pipes -package:monoidal-containers -package:os-string -package:dense-linear-algebra 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"]