map -package:containers -package:base -package:base-prelude -package:base-compat -package:basement -package:bytestring -package:invertible -package:conduit -package:foldl -package:os-string package:pipes is:exact

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

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