map is:exact -package:basement -package:bytestring -package:ghc -package:monoidal-containers -package:case-insensitive -package:incipit-base -package:foldl package:pipes

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

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