map is:exact -package:basement -package:aeson -package:containers -package:base -package:os-string -package:filepath -package:charset -package:psqueues package:pipes

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

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