Back

expand-scalar-repeatedly (clj)

(source)

function

(expand-scalar-repeatedly x opts env ks)
Expand value x until it is either incomplete or no longer a tagged-literal. Use this to support chained tagged literals, e.g. #or #profile {:dev [1 2] :prod [2 3]}

Examples