map is:exact -package:aeson -package:blaze-html -package:base-compat-batteries -package:containers -package:bytestring -package:basement -package:invertible -package:dlist -package:hedgehog package:pipes

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

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