map -package:containers -is:exact -package:charset -package:bytestring -is:exact -package:base -package:ghc -package:case-insensitive -package:monoidal-containers -package:hedgehog -package:invertible package:pipes is:exact

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

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