map -package:containers -package:insert-ordered-containers -package:blaze-html -package:conduit -package:amazonka-core -package:bytestring is:exact -package:hedgehog -package:invertible -package:os-string -package:charset package:pipes

Apply a function to all values flowing downstream
map id = cat

map (g . f) = map f >-> map g