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

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

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