map is:exact -package:aeson -package:base-compat-batteries -package:basement -package:charset -package:invertible -package:monoidal-containers -package:os-string -package:blaze-html -package:dense-linear-algebra package:pipes

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

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