map -package:containers -package:charset -package:case-insensitive -package:ghc -package:base-prelude -package:dlist -is:exact -package:filepath -package:monoidal-containers is:exact -package:integration -package:bytestring package:pipes

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

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