How can I apply multiple functions, each producing a single map, to a common parameter, then merge all results? Can this be improved?
(merge {} (podr root) (version root) (year root) (month root))
where root is the common argument and podr, version, year and month are the functions.