map is:exact -package:bytestring -package:dlist -package:aeson -package:base-compat-batteries -package:containers -package:basement -package:psqueues -package:monoidal-containers -package:insert-ordered-containers -package:invertible 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"]