map is:exact -package:bytestring -package:case-insensitive -package:basement -package:Cabal-syntax -package:psqueues -package:base -package:foldl -package:monoidal-containers package:pipes

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

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