map -package:conduit -is:exact -package:basement -package:ghc -package:charset -package:bytestring is:exact -package:os-string -package:case-insensitive -package:foldl package:pipes

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

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