map -package:containers -package:case-insensitive -package:aeson -package:bytestring is:exact -package:base-compat-batteries -package:basement -package:monoidal-containers -package:blaze-html package:pipes

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

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