map -package:amazonka-core -package:base-prelude -package:base -package:case-insensitive -package:containers -package:hedgehog -package:dlist -package:basement package:pipes is:exact

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

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