map is:exact -package:bytestring -package:foldl -package:case-insensitive -package:invertible -package:basement -package:psqueues -package:conduit -package:hedgehog package:pipes

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

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