map is:exact -package:lens -package:containers -package:base-compat-batteries -package:basement -package:base-prelude -package:filepath -package:Cabal-syntax -package:hedgehog -package:charset -package:os-string package:pipes

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

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