map -package:base-prelude -is:exact is:exact -package:bytestring -package:basement -package:amazonka-core -package:blaze-html -package:invertible -package:containers package:pipes

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

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