map -package:containers -package:basement -package:psqueues -package:Cabal-syntax -package:bytestring -package:insert-ordered-containers -package:filepath -package:os-string -is:exact is:exact -package:base-prelude package:pipes

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

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