map is:exact -package:bytestring -package:base-compat -package:blaze-html -package:base-compat-batteries -package:foldl -package:containers -package:basement -package:os-string package:pipes

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

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