map -is:exact -package:base -package:bytestring -package:foldl -is:exact -package:basement -package:hedgehog -package:containers -package:ghc -is:exact package:pipes is:exact

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

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