map is:exact -package:lens -package:aeson -package:ghc -package:dense-linear-algebra -package:case-insensitive -package:base-prelude -package:basement -package:hedgehog -package:imports -package:os-string package:pipes

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

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