map -package:conduit -package:basement -package:blaze-html -package:invertible is:exact -package:Cabal-syntax -package:case-insensitive -package:os-string -package:filepath -package:hedgehog package:pipes

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

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