map -package:containers is:exact -package:basement -package:invertible -package:conduit -package:pipes -package:base-prelude -package:filepath -package:monoidal-containers -package:psqueues -package:os-string 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"]