map -package:containers -package:Cabal-syntax -package:base-prelude -package:basement -package:base-compat-batteries -package:invertible -package:dense-linear-algebra -package:hedgehog -package:ghc package:pipes is:exact

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

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