map -package:containers -package:Cabal-syntax -package:dlist -package:bytestring -package:ghc -package:charset -package:basement -package:aeson -package:pipes -package:psqueues -package:amazonka-core -package:base-prelude -package:invertible -package:hedgehog -package:base -package:base-compat package:unordered-containers is:exact

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"]