map -package:containers -package:bytestring -package:Cabal-syntax -package:basement -package:invertible -is:exact -package:foldl -package:os-string -package:integration -package:regex-tdfa package:pipes is:exact

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

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