map -package:Cabal -package:base -package:case-insensitive -package:bytestring -package:blaze-html -package:hedgehog is:exact -package:ghc package:pipes

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

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