map -package:containers -package:base-compat -package:bytestring -package:base-prelude -package:basement -package:case-insensitive -package:ghc -package:os-string -package:blaze-html package:pipes is:exact

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

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