map -package:containers -package:conduit -is:exact -package:aeson -package:basement -is:exact -package:filepath -package:charset -package:foldl -package:psqueues -package:bytestring package:pipes is:exact

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

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