map is:exact -package:base -package:ghc -package:basement -package:aeson -package:case-insensitive -package:invertible -package:filepath -package:monoidal-containers -package:conduit package:pipes

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

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