map -package:blaze-html -package:bytestring -package:base -package:amazonka-core -package:charset -package:containers -package:filepath -package:basement -package:conduit package:pipes is:exact

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

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